mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- 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.
8 lines
126 B
TOML
8 lines
126 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "beszel"
|
|
port = 8090
|
|
host = "${main_domain}" |