mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
feat: add focalboard
This commit is contained in:
18
blueprints/focalboard/template.toml
Normal file
18
blueprints/focalboard/template.toml
Normal 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}"
|
||||
Reference in New Issue
Block a user