@@ -12,5 +12,5 @@ services: command: > gunicorn analytics.asgi:application --workers 2 --max-requests 256 --timeout 30 --bind :${PORT} --worker-class uvicorn.workers.UvicornWorker --log-file - --error-logfile - --access-logfile - restart: unless-stopped