dev #9
@@ -25,7 +25,7 @@ services:
|
|||||||
command: >
|
command: >
|
||||||
sh -c "python src/manage.py migrate &&
|
sh -c "python src/manage.py migrate &&
|
||||||
python src/manage.py collectstatic --noinput &&
|
python src/manage.py collectstatic --noinput &&
|
||||||
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3"
|
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3 --timeout 120"
|
||||||
|
|
||||||
celery_worker:
|
celery_worker:
|
||||||
image: 10.10.0.10:3000/avm/mostovik-celery:${IMAGE_TAG:-dev}
|
image: 10.10.0.10:3000/avm/mostovik-celery:${IMAGE_TAG:-dev}
|
||||||
|
|||||||
Reference in New Issue
Block a user