mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-09 07:55:25 +02:00
12 lines
163 B
YAML
12 lines
163 B
YAML
variables:
|
|
main_domain: ${randomDomain}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: stirling-pdf
|
|
port: 8080
|
|
host: ${main_domain}
|
|
|
|
env: {}
|
|
|
|
mounts: [] |