mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
* Create docker-compose.yml * Create template.toml * Add files via upload * Update meta.json * Update meta.json * Update blueprints/openresty-manager/docker-compose.yml --------- Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
12 lines
160 B
TOML
12 lines
160 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
env = []
|
|
mounts = []
|
|
|
|
[[config.domains]]
|
|
serviceName = "openresty-manager"
|
|
port = 34567
|
|
host = "${main_domain}"
|