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

This commit is contained in:
2025-07-21 01:00:28 +05:00
parent 860b73554c
commit d2084e73ee
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ services:
volumes: volumes:
- ./app/static:/app/static - ./app/static:/app/static
environment: environment:
- MONGO_URI=mongodb://popa:2006sit_@mongodb:27017/minecraft-api - MONGO_URI=mongodb://mongodb:27017/minecraft-api
- SECRET_KEY=your-secret-key - SECRET_KEY=your-secret-key
- ALGORITHM=HS256 - ALGORITHM=HS256
- ACCESS_TOKEN_EXPIRE_MINUTES=30 - ACCESS_TOKEN_EXPIRE_MINUTES=30

View File

@ -12,5 +12,5 @@ VOLUME /app/static
EXPOSE 3000 EXPOSE 3000
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"] CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]