mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
13 lines
196 B
YAML
13 lines
196 B
YAML
variables:
|
|
main_domain: ${randomDomain}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: homeserver
|
|
port: 6167
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
- MATRIX_SUBDOMAIN=${main_domain}
|
|
|
|
mounts: [] |