File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments