Skip to content

Commit e754589

Browse files
committed
docker compose new relic conf update
1 parent b76cc3c commit e754589

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docker-compose-prod.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services:
66
sh -c "
77
python manage.py migrate &&
88
python manage.py collectstatic --noinput &&
9-
# gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3
10-
NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3
9+
gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3
10+
# NEW_RELIC_CONFIG_FILE=newrelic.ini newrelic-admin run-program gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3
1111
"
1212
ports:
1313
- "8000"
@@ -45,8 +45,9 @@ services:
4545
newrelic:
4646
build: ./newrelic
4747
environment:
48-
NEW_RELIC_APP_NAME="crypto-portfolio-manager"
49-
NEW_RELIC_LICENSE_KEY=eu01xx331477306f612f5bdabacbd120FFFFNRAL
48+
NEW_RELIC_APP_NAME: crypto-portfolio-manager
49+
NEW_RELIC_LICENSE_KEY: eu01xx331477306f612f5bdabacbd120FFFFNRAL
50+
NEW_RELIC_CONFIG_FILE: newrelic.ini
5051
depends_on:
5152
- web
5253
restart: always

0 commit comments

Comments
 (0)