mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
* feat: template for emqx * chore: process meta * fix: use websocket on port 443 instead of 8084 * docs: improve comments for emqx template * fix: use emqx service name * fix: use dummy domain instead of traefik * fix: explicitly list dokplok-network * fix(emqx): restart unless stopped * fix(emqx): add healthcheck
12 lines
179 B
TOML
12 lines
179 B
TOML
[variables]
|
|
|
|
[[config.domains]]
|
|
serviceName = "emqx"
|
|
port = 18083
|
|
host = "emqx.yourdomain.com"
|
|
|
|
[[config.domains]]
|
|
serviceName = "emqx"
|
|
port = 8083
|
|
host = "broker.yourdomain.com"
|