mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-25 15:07:22 +00:00
fix(docker-compose.yml): removed hmac_key (randomly generated) used for testing
This commit is contained in:
parent
d3eca5ff20
commit
8288878c55
@ -30,7 +30,7 @@ services:
|
|||||||
# domain:
|
# domain:
|
||||||
# https_only: false
|
# https_only: false
|
||||||
# statistics_enabled: false
|
# statistics_enabled: false
|
||||||
hmac_key: "ahyeef5xahyohliefi3A"
|
hmac_key: "CHANGE_ME!!"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
Loading…
Reference in New Issue
Block a user