mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
14 lines
222 B
YAML
14 lines
222 B
YAML
variables:
|
|
main_domain: ${randomDomain}
|
|
|
|
config:
|
|
domains:
|
|
- serviceName: rocketchat
|
|
port: 3000
|
|
host: ${main_domain}
|
|
|
|
env:
|
|
ROCKETCHAT_HOST: ${main_domain}
|
|
ROCKETCHAT_PORT: "3000"
|
|
|
|
mounts: [] |