WhoDB profile fixes (for real for real).
Auto-Unseal for Vault / Unseal Vault (push) Failing after 13m53s

This commit is contained in:
2025-05-23 21:07:00 -04:00
parent 11043246cb
commit bb4f386989
+9 -8
View File
@@ -5342,13 +5342,13 @@ services:
image: clidey/whodb
environment:
WHODB_POSTGRES_1: |
{
"host": "authelia-pg",
"user": "authelia",
"password": "${AUTHELIA_STORAGE_POSTGRES_PASSWORD}",
"database": "authelia",
"port": 5342
}
'{
"host": "authelia-pg",
"user": "authelia",
"password": "${AUTHELIA_STORAGE_POSTGRES_PASSWORD}",
"database": "authelia",
"port": 5342
}'
WHODB_POSTGRES_2: '{
"host": "bitmagnet-pg-db",
"user": "bitmagnet",
@@ -5426,7 +5426,8 @@ services:
"database": "zammad_production",
"port": 5342
}'
WHODB_MARIADB_1: '{
WHODB_MARIADB_1: |
'{
"host": "mariadb",
"user": "root",
"password": "${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}",