Skip to content

Commit

Permalink
Reduce number of workers in local test server
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Mar 30, 2023
1 parent 0addd70 commit e690fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
target: /opt/schemas
working_dir: /opt/instance
command:
["gunicorn", "--reload", "--bind=0.0.0.0:8000", "--chdir=/opt/instance", "autotest.wsgi:application"]
["gunicorn", "--reload", "--bind=0.0.0.0:8000", "--chdir=/opt/instance", "autotest.wsgi:application", "--workers=3"]
ports:
- "8800:8000"

Expand Down

0 comments on commit e690fe3

Please sign in to comment.