From dc5c791fde40806618583f268aee2494a35de65a Mon Sep 17 00:00:00 2001 From: Fabiano Martins Date: Wed, 5 Feb 2025 21:40:05 -0300 Subject: [PATCH] Add production env container extension --- docker-compose.production.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docker-compose.production.yml diff --git a/docker-compose.production.yml b/docker-compose.production.yml new file mode 100644 index 00000000..0463034a --- /dev/null +++ b/docker-compose.production.yml @@ -0,0 +1,5 @@ +services: + api: + environment: + CHATFLUX_ENV: Production + NEW_RELIC_APP_NAME: "Production Evolution API"