fix(invidious): missing hmac key in arm64 config
This commit is contained in:
parent
7e59eb3ed3
commit
b6a8c3f9d4
|
@ -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.",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user