Wire runtime secrets in compose
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user