mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-09 16:05:23 +02:00
18 lines
253 B
YAML
18 lines
253 B
YAML
variables:
|
|
main_domain: ${domain}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: client
|
|
port: 80
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
- DOMAIN=${main_domain}
|
|
- EMAIL_PASSWORD=
|
|
- EMAIL_ADDRESS=
|
|
- EMAIL_PORT=
|
|
- EMAIL_HOST=
|
|
|
|
mounts: []
|