We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ad4a14 + f09d5c0 commit d588c09Copy full SHA for d588c09
docker-compose.yaml
@@ -1,7 +1,7 @@
1
services:
2
web:
3
build: .
4
- command: gunicorn server:app -w 4 -b 0.0.0.0:4200 --access-logfile - --error-logfile -
+ command: gunicorn server:app -w 4 -b 0.0.0.0:4200 --timeout 120 --access-logfile - --error-logfile -
5
ports:
6
- "4200:4200"
7
volumes:
0 commit comments