WhoDB profile fixes (for real for real).
Auto-Unseal for Vault / Unseal Vault (push) Failing after 13m53s
Auto-Unseal for Vault / Unseal Vault (push) Failing after 13m53s
This commit is contained in:
+9
-8
@@ -5342,13 +5342,13 @@ services:
|
|||||||
image: clidey/whodb
|
image: clidey/whodb
|
||||||
environment:
|
environment:
|
||||||
WHODB_POSTGRES_1: |
|
WHODB_POSTGRES_1: |
|
||||||
{
|
'{
|
||||||
"host": "authelia-pg",
|
"host": "authelia-pg",
|
||||||
"user": "authelia",
|
"user": "authelia",
|
||||||
"password": "${AUTHELIA_STORAGE_POSTGRES_PASSWORD}",
|
"password": "${AUTHELIA_STORAGE_POSTGRES_PASSWORD}",
|
||||||
"database": "authelia",
|
"database": "authelia",
|
||||||
"port": 5342
|
"port": 5342
|
||||||
}
|
}'
|
||||||
WHODB_POSTGRES_2: '{
|
WHODB_POSTGRES_2: '{
|
||||||
"host": "bitmagnet-pg-db",
|
"host": "bitmagnet-pg-db",
|
||||||
"user": "bitmagnet",
|
"user": "bitmagnet",
|
||||||
@@ -5426,7 +5426,8 @@ services:
|
|||||||
"database": "zammad_production",
|
"database": "zammad_production",
|
||||||
"port": 5342
|
"port": 5342
|
||||||
}'
|
}'
|
||||||
WHODB_MARIADB_1: '{
|
WHODB_MARIADB_1: |
|
||||||
|
'{
|
||||||
"host": "mariadb",
|
"host": "mariadb",
|
||||||
"user": "root",
|
"user": "root",
|
||||||
"password": "${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}",
|
"password": "${MARIADB_ENVIRONMENT_MYSQL_ROOT_PASSWORD}",
|
||||||
|
|||||||
Reference in New Issue
Block a user