Wire runtime secrets in compose

This commit is contained in:
Cauê Faleiros
2026-05-28 15:49:26 -03:00
parent 2c102eb2dd
commit 5648dc7986
2 changed files with 5 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ services:
- MAIL_FROM=${MAIL_FROM}
- APP_URL=${APP_URL}
- JWT_SECRET=${JWT_SECRET}
- CORS_ORIGIN=${CORS_ORIGIN}
- SMTP_DEBUG=${SMTP_DEBUG:-false}
ports:
- "3001:3001"
deploy: