mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-27 10:05:34 +02:00
* feat: Add MCSManager template support (#521) * Update docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
13 lines
147 B
TOML
13 lines
147 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "web"
|
|
port = 23333
|
|
host = "${main_domain}"
|
|
|