mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
15 lines
250 B
YAML
15 lines
250 B
YAML
variables:
|
|
main_domain: ${domain}
|
|
service_hash: ${hash:32}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: answer
|
|
port: 9080
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
- ANSWER_HOST=http://${main_domain}
|
|
- SERVICE_HASH=${service_hash}
|
|
|
|
mounts: [] |