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

@@ -0,0 +1,6 @@
{{if .IsRedis}}
redis:
host: "redis"
port: 6379
password: "{{.IsRedisPass}}"
{{end}}