mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
19 lines
363 B
TOML
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}"
|