Config docker
This commit is contained in:
@@ -30,12 +30,8 @@ services:
|
||||
condition: service_healthy
|
||||
command: >
|
||||
sh -c "python manage.py migrate --noinput &&
|
||||
gunicorn config.wsgi:application
|
||||
--bind 0.0.0.0:8000
|
||||
--workers 3
|
||||
--timeout 60
|
||||
--access-logfile -
|
||||
--error-logfile -"
|
||||
gunicorn config.wsgi:application --bind 0.0.0.0:8000 --workers 3
|
||||
--timeout 60 --access-logfile - --error-logfile -"
|
||||
|
||||
# ── Nginx (reverse proxy + static files) ───────────────
|
||||
nginx:
|
||||
|
||||
Reference in New Issue
Block a user