WhoDB profile fixes (for real for real).
This commit is contained in:
+3
-2
@@ -5341,13 +5341,14 @@ services:
|
|||||||
container_name: whodb
|
container_name: whodb
|
||||||
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user