Files
Jainil Prajapati 469cfbb124 feat: add networking toolbox blueprint (#474)
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.
2025-10-25 01:54:34 -06:00

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"