heartwood every commit a ring

Fix gunicorn command

1b5f068a by Isaac Bythewood · 3 years ago

modified docker-compose.yml
@@ -15,7 +15,7 @@ services:    ports:      - "${PORT}:${PORT}"    command: >      gunicorn analytics.asgi:application --workers 4 --max-requests 256      gunicorn blog.asgi:application --workers 4 --max-requests 256      --timeout 30 --bind :${PORT} --worker-class uvicorn.workers.UvicornWorker      --log-file -    restart: unless-stopped