Update docker-compose.prod.yml

This commit is contained in:
2026-05-22 10:27:25 -04:00
parent 709d64553c
commit 67c3dd9434

View File

@@ -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: