Skip to content

Commit

Permalink
Config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Mar 20, 2024
1 parent 68c46c0 commit e479486
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ dbdump

.env
/*.csv
*.sql
2 changes: 1 addition & 1 deletion bin/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -o nounset

yarn build
python manage.py collectstatic --noinput
gunicorn $GUNICORN_WORKERS_ARG --config gunicorn.config.py budgetportal.wsgi:application --log-file - --bind 0.0.0.0:$PORT
gunicorn --workers $GUNICORN_WORKERS_ARG --config gunicorn.config.py budgetportal.wsgi:application --log-file - --bind 0.0.0.0:$PORT
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
- OPENSPENDING_API_KEY
- OPENSPENDING_HOST
- OPENSPENDING_DATASET_CREATE_SUFFIX=-dev
#- GUNICORN_WORKERS_ARG=1 # Useful for testing start.sh
volumes:
- .:/app
ports:
Expand Down

0 comments on commit e479486

Please sign in to comment.