Update docker-compose.prod.yml
This commit is contained in:
@@ -66,6 +66,7 @@ services:
|
||||
- RESEND_API_KEY=${RESEND_API_KEY:-}
|
||||
- RESEND_FROM_ADDRESS=${RESEND_FROM_ADDRESS:-noreply@hoaledgeriq.com}
|
||||
- RESEND_REPLY_TO=${RESEND_REPLY_TO:-sales@hoaledgeriq.com}
|
||||
- NEW_RELIC_APP_VERSION=${APP_VERSION}
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
@@ -89,6 +90,7 @@ services:
|
||||
volumes: [] # override: no source mounts in prod
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEW_RELIC_APP_VERSION=${APP_VERSION}
|
||||
restart: unless-stopped
|
||||
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user