mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
- Introduced Docker Compose setup for Baikal service, including environment variables and volume configuration. - Added logo for Baikal. - Created template.toml for Baikal with default variables for configuration.
8 lines
124 B
TOML
8 lines
124 B
TOML
[variables]
|
|
main_domain = "${domain}"
|
|
|
|
[config]
|
|
[[config.domains]]
|
|
serviceName = "baikal"
|
|
port = 80
|
|
host = "${main_domain}" |