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"