templates/blueprints/bytebase/template.toml
Mauricio Siu 7f5965c2e0 Add Bytebase blueprint with Docker Compose and configuration files
- 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.
2025-03-30 19:56:50 -06:00

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}"