updated command of myems-api service in docker-compose
parent
a9cbee6cd1
commit
5b30a23a85
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
build: ./myems-api
|
build: ./myems-api
|
||||||
command: gunicorn app:api -b 0.0.0.0:8000
|
command: gunicorn app:api -b 0.0.0.0:8000 --timeout 600 --workers=4
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
Loading…
Reference in New Issue