Skip to content

Commit

Permalink
Tell newrelic to look for environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
adunkman committed Sep 10, 2021
1 parent 27ab39c commit f85d37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
APP_STATE_SECRET: $APP_STATE_SECRET
DATABASE_URL: postgres://postgres:${LOCAL_POSTGRES_PASSWORD}@db:5432/postgres
NEW_RELIC_ENABLED: "false"
NEW_RELIC_NO_CONFIG_FILE: "true"

adminer:
image: adminer:4.8.1-standalone
Expand Down

0 comments on commit f85d37b

Please sign in to comment.