Installer: Bootstrap optional PostgreSQL/Redis (#3152)

* Make optional postgres and redis in installer
This commit is contained in:
Shlee
2026-05-30 02:43:59 +10:00
committed by GitHub
parent 1215aa8122
commit b0d1291cff
4 changed files with 90 additions and 2 deletions

View File

@@ -37,3 +37,8 @@ flags:
disable_signup_without_invite: true
disable_user_create_org: false
allow_raw_resources: true
{{if .IsPostgreSQL}}
postgres:
connection_string: postgresql://pangolin:{{.IsPostgreSQLPass}}@postgres:5432/pangolin
{{end}}