remove build context and command from production docker-compose file

This commit is contained in:
2025-10-19 22:30:01 +03:00
parent f53e3fcb63
commit 9ae2df1ee5

View File

@ -1,10 +1,6 @@
services:
web:
image: git.logidex.ru/fakz9/tbank-api-logidex:latest
build:
context: .
dockerfile: Dockerfile
command: gunicorn app.main:app -w 4 -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000
env_file:
- ./src/.env
depends_on: