work version
All checks were successful
Build and Deploy / deploy (push) Successful in 11s

This commit is contained in:
2025-07-21 02:06:12 +05:00
parent 7131f6613e
commit 4bf266e2ba
2 changed files with 4 additions and 6 deletions

View File

@ -8,11 +8,8 @@ services:
- "3001:3000"
volumes:
- ./app/static:/app/static
environment:
- MONGO_URI=mongodb://mongodb:27017/minecraft-api
- SECRET_KEY=your-secret-key
- ALGORITHM=HS256
- ACCESS_TOKEN_EXPIRE_MINUTES=30
env_file:
- .env
depends_on:
- mongodb
@ -20,7 +17,7 @@ services:
container_name: mongodb
image: mongo:latest
ports:
- "27017:27017"
- "32768:27017"
volumes:
- ./mongodb:/data/db
environment: