mirror of
https://github.com/iv-org/invidious.git
synced 2026-02-09 04:19:58 +00:00
fix(docker-compose.yml): removed hmac_key (randomly generated) used for testing
This commit is contained in:
committed by
Émilien (perso)
parent
471857ce8b
commit
050032b188
@@ -34,7 +34,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/stats || exit 1
|
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/stats || exit 1
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user