remove build context and command from production docker-compose file
This commit is contained in:
@ -1,10 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: git.logidex.ru/fakz9/tbank-api-logidex:latest
|
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:
|
env_file:
|
||||||
- ./src/.env
|
- ./src/.env
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user