templates/blueprints/beszel/template.toml
Mauricio Siu fe45176be5 Add Beszel blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Beszel service, including port and volume configuration.
- Added logo for Beszel.
- Created template.toml for Beszel with default variables for configuration.
2025-03-30 15:16:33 -06:00

8 lines
126 B
TOML

[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "beszel"
port = 8090
host = "${main_domain}"