Skip to content

Commit

Permalink
Merge branch 'master' into feature/public-entities
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Apr 16, 2024
2 parents e74f641 + e479486 commit e365967
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 @@ -34,3 +34,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 @@ -40,6 +40,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 e365967

Please sign in to comment.