mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-12 23:36:00 +00:00
feat(docker): missing docker compose variables (#378)
* missing docker compose variables * adjust array list according to production environment
This commit is contained in:
parent
3129171534
commit
6d0d346c6c
@ -56,6 +56,7 @@ services:
|
||||
|
||||
CORS_ENABLED: 'true'
|
||||
CORS_ORIGIN: 'array:http://localhost:8080,http://localhost:5174'
|
||||
PASSWORD_RESET_URL_ALLOW_LIST: 'http://localhost:8080/set-new-password/,http://localhost:5174/set-new-password/'
|
||||
|
||||
DB_CLIENT: 'pg'
|
||||
DB_HOST: 'database'
|
||||
@ -71,3 +72,15 @@ services:
|
||||
|
||||
ADMIN_EMAIL: 'admin@it4c.dev'
|
||||
ADMIN_PASSWORD: 'admin123'
|
||||
|
||||
#EMAIL_FROM: 'utopia@localhost'
|
||||
#EMAIL_TRANSPORT: "smtp"
|
||||
#EMAIL_SMTP_HOST: "maildev"
|
||||
#EMAIL_SMTP_PORT: "465"
|
||||
#EMAIL_SMTP_POOL: false
|
||||
#EMAIL_SMTP_SECURE: true
|
||||
#EMAIL_VERIFY_SETUP: true
|
||||
#EMAIL_SMTP_IGNORE_TLS: true
|
||||
#EMAIL_SMTP_TLS: true
|
||||
#EMAIL_SMTP_TLS_REJECT_UNAUTHORIZED: false
|
||||
#EMAIL_SMTP_NAME: "Utopia Development"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user