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