remove build context and command from production docker-compose file
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user