Set static NetBox database passwords

This commit is contained in:
2026-06-18 18:26:37 +00:00
parent 3d1c034811
commit 47db2abdbf
+8
View File
@@ -8,6 +8,11 @@ persistence:
postgresql:
enabled: true
auth:
username: netbox
database: netbox
password: "NetboxDbPass-ChangeMe-2026"
postgresPassword: "NetboxAdminPass-ChangeMe-2026"
image:
registry: docker.io
repository: bitnamilegacy/postgresql
@@ -20,6 +25,9 @@ postgresql:
redis:
enabled: true
auth:
enabled: true
password: "NetboxRedisPass-ChangeMe-2026"
image:
registry: docker.io
repository: bitnamilegacy/redis