update gunicorn prot
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
|||||||
sh -c "python manage.py migrate &&
|
sh -c "python manage.py migrate &&
|
||||||
python manage.py createsuperuser --noinput ||
|
python manage.py createsuperuser --noinput ||
|
||||||
true &&
|
true &&
|
||||||
gunicorn --bind 0.0.0.0:8000 --workers 2 --timeout 120 config.wsgi:application"
|
gunicorn --bind 0.0.0.0:8765 --workers 2 --timeout 120 config.wsgi:application"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_data:
|
db_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user