WhoDB profile fixes (take #4).
This commit is contained in:
+11
-14
@@ -5343,73 +5343,72 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
WHODB_POSTGRES_1: '{
|
WHODB_POSTGRES_1: '{
|
||||||
"host": "authelia-pg",
|
"host": "authelia-pg",
|
||||||
"port": 5432,
|
|
||||||
"user": "authelia",
|
"user": "authelia",
|
||||||
"password": "${AUTHELIA_STORAGE_POSTGRES_PASSWORD}",
|
"password": "${AUTHELIA_STORAGE_POSTGRES_PASSWORD}",
|
||||||
"database": "authelia"
|
"database": "authelia"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_2: '{
|
WHODB_POSTGRES_2: '{
|
||||||
"host": "postgresql://bitmagnet-pg-db:5432",
|
"host": "bitmagnet-pg-db",
|
||||||
"user": "bitmagnet",
|
"user": "bitmagnet",
|
||||||
"password": "${BITMAGNET_POSTGRESQL_PASSWORD}",
|
"password": "${BITMAGNET_POSTGRESQL_PASSWORD}",
|
||||||
"database": "authelia"
|
"database": "authelia"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_3: '{
|
WHODB_POSTGRES_3: '{
|
||||||
"host": "postgresql://dawarich-pg-db:5432",
|
"host": "dawarich-pg-db",
|
||||||
"user": "dawarich",
|
"user": "dawarich",
|
||||||
"password": "${DAWARICH_PG_PASSWORD}",
|
"password": "${DAWARICH_PG_PASSWORD}",
|
||||||
"database": "authelia"
|
"database": "authelia"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_4: '{
|
WHODB_POSTGRES_4: '{
|
||||||
"host": "postgresql://gitea-db:5432",
|
"host": "gitea-db",
|
||||||
"user": "gitea",
|
"user": "gitea",
|
||||||
"password": "${GITEA_PG_DB_PASSWORD}",
|
"password": "${GITEA_PG_DB_PASSWORD}",
|
||||||
"database": "gitea"
|
"database": "gitea"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_5: '{
|
WHODB_POSTGRES_5: '{
|
||||||
"host": "postgresql://immich-pg-db:5432",
|
"host": "immich-pg-db",
|
||||||
"user": "immich",
|
"user": "immich",
|
||||||
"password": "${IMMICH_DB_PASSWORD}",
|
"password": "${IMMICH_DB_PASSWORD}",
|
||||||
"database": "immich"
|
"database": "immich"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_6: '{
|
WHODB_POSTGRES_6: '{
|
||||||
"host": "postgresql://invidious-db:5432",
|
"host": "invidious-db",
|
||||||
"user": "kemal",
|
"user": "kemal",
|
||||||
"password": "${INVID_PG_DB_PASSWORD}",
|
"password": "${INVID_PG_DB_PASSWORD}",
|
||||||
"database": "invidious"
|
"database": "invidious"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_7: '{
|
WHODB_POSTGRES_7: '{
|
||||||
"host": "postgresql://librechat-vectordb:5432",
|
"host": "librechat-vectordb",
|
||||||
"user": "librechat",
|
"user": "librechat",
|
||||||
"password": "${LIBRECHAT_PG_DB_PASSWD}",
|
"password": "${LIBRECHAT_PG_DB_PASSWD}",
|
||||||
"database": "librechat"
|
"database": "librechat"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_8: '{
|
WHODB_POSTGRES_8: '{
|
||||||
"host": "postgresql://mastodon-pg-db:5432",
|
"host": "mastodon-pg-db",
|
||||||
"user": "mastodon",
|
"user": "mastodon",
|
||||||
"password": "${MASTODON_PG_DB_PASSWORD}",
|
"password": "${MASTODON_PG_DB_PASSWORD}",
|
||||||
"database": "mastodon"
|
"database": "mastodon"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_9: '{
|
WHODB_POSTGRES_9: '{
|
||||||
"host": "postgresql://reactive-resume-pg:5432",
|
"host": "reactive-resume-pg",
|
||||||
"user": "reactiveresume",
|
"user": "reactiveresume",
|
||||||
"password": "${REACTIVE_RESUME_PGSQL_PASSWORD}",
|
"password": "${REACTIVE_RESUME_PGSQL_PASSWORD}",
|
||||||
"database": "reactiveresume"
|
"database": "reactiveresume"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_10: '{
|
WHODB_POSTGRES_10: '{
|
||||||
"host": "postgresql://sonarqube-pg-db:5432",
|
"host": "sonarqube-pg-db",
|
||||||
"user": "sonar",
|
"user": "sonar",
|
||||||
"password": "${SONARQUBE_POSTGRES_PASSWORD}",
|
"password": "${SONARQUBE_POSTGRES_PASSWORD}",
|
||||||
"database": "sonar"
|
"database": "sonar"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_11: '{
|
WHODB_POSTGRES_11: '{
|
||||||
"host": "postgresql://tandoor-pg:5432",
|
"host": "tandoor-pg",
|
||||||
"user": "tandoor",
|
"user": "tandoor",
|
||||||
"password": "${TANDOOR_POSTGRES_PASSWORD}",
|
"password": "${TANDOOR_POSTGRES_PASSWORD}",
|
||||||
"database": "tandoor"
|
"database": "tandoor"
|
||||||
}'
|
}'
|
||||||
WHODB_POSTGRES_12: '{
|
WHODB_POSTGRES_12: '{
|
||||||
"host": "postgresql://zammad-postgresql:5432",
|
"host": "zammad-postgresql",
|
||||||
"user": "zammad",
|
"user": "zammad",
|
||||||
"password": "${ZAMMAD_POSTGRES_PASS}",
|
"password": "${ZAMMAD_POSTGRES_PASS}",
|
||||||
"database": "zammad_production"
|
"database": "zammad_production"
|
||||||
@@ -5446,8 +5445,6 @@ services:
|
|||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://dbs.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://dbs.${MY_TLD}
|
||||||
swag.uptime-kuma.monitor.interval: 300
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
# ports:
|
|
||||||
# - 8080:8080
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
youtubedl:
|
youtubedl:
|
||||||
container_name: youtubedl
|
container_name: youtubedl
|
||||||
|
|||||||
Reference in New Issue
Block a user