mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: add STACK_EMAIL_HOST for stability, user can add it later on Environment Variables.
This commit is contained in:
@@ -29,6 +29,7 @@ services:
|
||||
- STACK_SEED_INTERNAL_PROJECT_SIGN_UP_ENABLED=${STACK_SEED_INTERNAL_PROJECT_SIGN_UP_ENABLED}
|
||||
- STACK_RUN_MIGRATIONS=${STACK_RUN_MIGRATIONS}
|
||||
- STACK_RUN_SEED_SCRIPT=${STACK_RUN_SEED_SCRIPT}
|
||||
- STACK_EMAIL_HOST=${STACK_EMAIL_HOST}
|
||||
depends_on:
|
||||
- stack-auth-db
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user