fix(invidious): missing hmac key in arm64 config

This commit is contained in:
Nicolas Meienberger 2023-07-20 23:39:28 +02:00
parent 7e59eb3ed3
commit b6a8c3f9d4
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"port": 8095,
"id": "invidious",
"version": "latest",
"tipi_version": 6,
"tipi_version": 7,
"supported_architectures": ["arm64", "amd64"],
"categories": ["media", "social"],
"description": "Invidious is an open source alternative front-end to YouTube.",

View File

@ -17,6 +17,7 @@ services:
host: invidious-db
port: 5432
check_tables: true
hmac_key: ${INVIDIOUS_HMAC_KEY}
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
interval: 30s