fix: resolve production SMTP environment mapping and super_admin provisioning recovery
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m24s

This commit is contained in:
Cauê Faleiros
2026-03-05 16:11:02 -03:00
parent c4bd4d58a1
commit f7b019f1e1
2 changed files with 58 additions and 37 deletions

View File

@@ -10,6 +10,13 @@ services:
- DB_USER=${DB_USER:-root}
- DB_PASSWORD=${DB_PASSWORD:-root_password}
- DB_NAME=${DB_NAME:-agenciac_comia}
- SMTP_HOST=${SMTP_HOST}
- SMTP_PORT=${SMTP_PORT}
- SMTP_USER=${SMTP_USER}
- SMTP_PASS=${SMTP_PASS}
- MAIL_FROM=${MAIL_FROM}
- APP_URL=${APP_URL}
- JWT_SECRET=${JWT_SECRET}
ports:
- "3001:3001"
deploy: