mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-30 09:18:28 +00:00
insert hmac_key
This commit is contained in:
parent
329c5e1ebf
commit
d07d7add58
@ -29,6 +29,8 @@ services:
|
|||||||
# external_port:
|
# external_port:
|
||||||
# domain:
|
# domain:
|
||||||
https_only: true
|
https_only: true
|
||||||
|
banner: C`Movie das Hoffnungsportal
|
||||||
|
hmac_key: Iethoht3riong4thie5a
|
||||||
# statistics_enabled: false
|
# statistics_enabled: false
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
|
||||||
@ -39,7 +41,7 @@ services:
|
|||||||
- invidious-db
|
- invidious-db
|
||||||
|
|
||||||
invidious-db:
|
invidious-db:
|
||||||
image: docker.io/library/postgres:13
|
image: docker.io/library/postgres:14
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- postgresdata:/var/lib/postgresql/data
|
- postgresdata:/var/lib/postgresql/data
|
||||||
|
Loading…
Reference in New Issue
Block a user