Skip to content

Commit

Permalink
Update with suggestion for HEROKU_APP_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Jun 21, 2024
1 parent 22fb1c9 commit 6cdc61e
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 @@ -19,7 +19,7 @@ services:
SECURE_SSL_REDIRECT: 'false'
STATIC_DIR: /app/static/
STATIC_URL: /static/
HEROKU_APP_NAME: 'local-dev'
HEROKU_APP_NAME: local # this stops Birdbath's HerokuNotProductionCheck complaining
command: tail -f /dev/null # do nothing forever - exec commands elsewhere
ports:
- 8000:8000 # runserver
Expand Down

0 comments on commit 6cdc61e

Please sign in to comment.