mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-04-08 10:24:01 +00:00
gunicorn timeout 30 --> 60
This commit is contained in:
parent
def8e60d07
commit
995da2fcaa
@ -26,7 +26,7 @@ services:
|
||||
&& echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ migrate completed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
|
||||
&& python3 manage.py collectstatic --noinput
|
||||
&& echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ collectstatic completed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
|
||||
&& gunicorn --bind 0.0.0.0:8000 config.wsgi"
|
||||
&& gunicorn --bind 0.0.0.0:8000 --timeout 60 config.wsgi"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
depends_on:
|
||||
@ -74,4 +74,4 @@ services:
|
||||
#TODO: add volume for celery logs
|
||||
volumes:
|
||||
dbdata:
|
||||
static_volume:
|
||||
static_volume:
|
||||
|
@ -27,7 +27,7 @@ services:
|
||||
&& echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ migrate completed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
|
||||
&& python3 manage.py collectstatic --noinput
|
||||
&& echo '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ collectstatic completed ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~'
|
||||
&& gunicorn --bind 0.0.0.0:8000 config.wsgi"
|
||||
&& gunicorn --bind 0.0.0.0:8000 --timeout 60 config.wsgi"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
depends_on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user