Skip to content

Commit d588c09

Browse files
authored
Merge pull request #14 from ethereum/ses-hotfix
fix(docker-compose): increase gunicorn timeout to 120 seconds to prev…
2 parents 5ad4a14 + f09d5c0 commit d588c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22
web:
33
build: .
4-
command: gunicorn server:app -w 4 -b 0.0.0.0:4200 --access-logfile - --error-logfile -
4+
command: gunicorn server:app -w 4 -b 0.0.0.0:4200 --timeout 120 --access-logfile - --error-logfile -
55
ports:
66
- "4200:4200"
77
volumes:

0 commit comments

Comments
 (0)