mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-12 01:15:24 +02: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: [] |