templates/blueprints/focalboard/template.toml
2025-04-02 03:43:38 -07:00

19 lines
363 B
TOML

[variables]
main_domain = "${domain}"
[config]
env = [
"VIRTUAL_HOST=${main_domain}",
"VIRTUAL_PORT=8000 # Do Not Alter",
"DB_TYPE=postgres",
"POSTGRES_USER=focalboard",
"POSTGRES_PASSWORD=password",
"POSTGRES_DB=focalboard"
]
mounts = []
[[config.domains]]
serviceName = "focalboard"
port = 8000
host = "${main_domain}"