Invidious fixes.
This commit is contained in:
+3
-3
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user