feat: add focalboard

This commit is contained in:
naterfute
2025-04-02 03:43:38 -07:00
parent 699adabd53
commit 0dfada150a
5 changed files with 64 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
[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}"