We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e2877 commit 64d6aa5Copy full SHA for 64d6aa5
docker-compose.yml
@@ -33,7 +33,7 @@ services:
33
command: sh -c "
34
./manage.py migrate &&
35
./manage.py collectstatic --no-input --clear &&
36
- gunicorn scancodeio.wsgi:application --bind :8000 --timeout 600 --workers 2"
+ gunicorn scancodeio.wsgi:application --bind :8000 --timeout 600 --workers 8"
37
env_file:
38
- docker.env
39
expose:
0 commit comments