mirror of
https://github.com/Dokploy/templates.git
synced 2026-06-15 20:25:24 +02:00
Add docker-compose.yml for the networking-toolbox service with health checks and environment variables. Include networking-toolbox.png logo and template.toml for configuration. Update meta.json with blueprint metadata to enable self-hosting of networking utilities.
15 lines
193 B
TOML
15 lines
193 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
|
|
[[config.domains]]
|
|
serviceName = "app"
|
|
port = 3000
|
|
host = "${main_domain}"
|
|
|
|
[config.env]
|
|
NODE_ENV = "production"
|
|
PORT = "3000"
|
|
HOST = "0.0.0.0"
|