Remove staging values from main docker-compose file

This commit is contained in:
Fabiano Martins 2025-02-04 23:58:37 -03:00
parent 417c989006
commit b5f1015008

View File

@ -12,12 +12,11 @@ services:
# 4- If didn't, CTRL+d to logout # 4- If didn't, CTRL+d to logout
# 5- Login to the server # 5- Login to the server
# 6- Run env |grep -i relic again; # 6- Run env |grep -i relic again;
NODE_ENV: PROD
NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY} NEW_RELIC_LICENSE_KEY: ${NEW_RELIC_LICENSE_KEY}
NEW_RELIC_APP_NAME: "Staging Evolution API"
NEW_RELIC_NO_CONFIG_FILE: true NEW_RELIC_NO_CONFIG_FILE: true
NEW_RELIC_DISTRIBUTED_TRACING_ENABLED: true NEW_RELIC_DISTRIBUTED_TRACING_ENABLED: true
NEW_RELIC_LOG: stdout NEW_RELIC_LOG: stdout
NODE_ENV: PROD
ports: ports:
- 8080:8080 - 8080:8080
volumes: volumes: