Invidious fixes.

This commit is contained in:
2025-02-18 13:20:04 -05:00
parent b46ee69e57
commit c00b42ddd3
+3 -3
View File
@@ -1817,11 +1817,11 @@ services:
condition: service_started condition: service_started
required: true required: true
environment: environment:
INVIDIOUS_CONFIG: | INVIDIOUS_CONFIG: >-
db: db:
dbname: invidious dbname: invidious
user: kemal user: kemal
password: $${INVID_PG_DB_PASSWORD} password: ${INVID_PG_DB_PASSWORD}
host: invidious-db host: invidious-db
port: 5432 port: 5432
check_tables: true check_tables: true
@@ -1830,7 +1830,7 @@ services:
# domain: # domain:
# https_only: false # https_only: false
# statistics_enabled: false # statistics_enabled: false
hmac_key: "$${INVID_HMAC_KEY}" hmac_key: "${INVID_HMAC_KEY}"
healthcheck: healthcheck:
interval: 30s interval: 30s
retries: 2 retries: 2