Skip to content

Commit 64d6aa5

Browse files
committed
Set the number of gunicorn worker to 8 by default
1 parent 44e2877 commit 64d6aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
command: sh -c "
3434
./manage.py migrate &&
3535
./manage.py collectstatic --no-input --clear &&
36-
gunicorn scancodeio.wsgi:application --bind :8000 --timeout 600 --workers 2"
36+
gunicorn scancodeio.wsgi:application --bind :8000 --timeout 600 --workers 8"
3737
env_file:
3838
- docker.env
3939
expose:

0 commit comments

Comments
 (0)