From 7208b8fab531334dc8bc23ebff65dfa04c31cd4e Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Wed, 22 May 2024 20:42:00 +0200 Subject: [PATCH] feat: add the missing Newrelic env vars to docker-compose.prod file (#457) --- docker-compose.prod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 5a71de09f..599ae5e20 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -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