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.
This commit is contained in:
Mauricio Siu
2025-03-30 15:16:33 -06:00
parent 7d5cb0ea67
commit fe45176be5
3 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "beszel"
port = 8090
host = "${main_domain}"