mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04:00
insert hmac_key
This commit is contained in:
parent
329c5e1ebf
commit
d07d7add58
@ -29,6 +29,8 @@ services:
|
||||
# external_port:
|
||||
# domain:
|
||||
https_only: true
|
||||
banner: C`Movie das Hoffnungsportal
|
||||
hmac_key: Iethoht3riong4thie5a
|
||||
# statistics_enabled: false
|
||||
healthcheck:
|
||||
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:
|
||||
image: docker.io/library/postgres:13
|
||||
image: docker.io/library/postgres:14
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- postgresdata:/var/lib/postgresql/data
|
||||
|
Loading…
x
Reference in New Issue
Block a user