Files
templates/blueprints/windshift/template.toml
Stefan Ernst bc31807d6f feat: add windshift to dokploy (#787)
* Adding Windshift for Dokploy

* Added up-to-date version and better tags

* Updated logo with less transparency

* Update docker-compose.yml with latest version

Signed-off-by: Stefan Ernst <ernst.stefan@icloud.com>

---------

Signed-off-by: Stefan Ernst <ernst.stefan@icloud.com>
2026-07-07 15:02:48 -06:00

20 lines
360 B
TOML

[variables]
main_domain = "${domain}"
sso_secret = "${hash:64}"
db_password = "${password:32}"
[config]
env = [
"DOMAIN=${main_domain}",
"SSO_SECRET=${sso_secret}",
"POSTGRES_USER=windshift",
"POSTGRES_PASSWORD=${db_password}",
"POSTGRES_DB=windshift",
]
mounts = []
[[config.domains]]
serviceName = "windshift"
port = 8080
host = "${main_domain}"