feat: add the missing Newrelic env vars to docker-compose.prod file (#457)

This commit is contained in:
Ahmed Bouhuolia
2024-05-22 20:42:00 +02:00
committed by GitHub
parent 0836fe14e0
commit 7208b8fab5

View File

@@ -108,7 +108,8 @@ services:
- NEW_RELIC_AI_MONITORING_ENABLED=${NEW_RELIC_AI_MONITORING_ENABLED}
- NEW_RELIC_CUSTOM_INSIGHTS_EVENTS_MAX_SAMPLES_STORED=${NEW_RELIC_CUSTOM_INSIGHTS_EVENTS_MAX_SAMPLES_STORED}
- NEW_RELIC_SPAN_EVENTS_MAX_SAMPLES_STORED=${NEW_RELIC_SPAN_EVENTS_MAX_SAMPLES_STORED}
- NEW_RELIC_LICENSE_KEY=${NEW_RELIC_LICENSE_KEY}
- NEW_RELIC_APP_NAME=${NEW_RELIC_APP_NAME}
database_migration:
container_name: bigcapital-database-migration