summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorSamantaz Fox <coding@samantaz.fr>2023-07-01 19:40:28 +0200
committerSamantaz Fox <coding@samantaz.fr>2023-07-01 19:40:28 +0200
commite2a6f5ddf26f7fca4ffe9be867dd15a3ed5f73b0 (patch)
tree94d8a986d5eceafec359b6a571d0fdec6aba5b9e /docker-compose.yml
parentba43365acb20ee4fe1b94e9457595fa6e30ae8f9 (diff)
downloadinvidious-e2a6f5ddf26f7fca4ffe9be867dd15a3ed5f73b0.tar.gz
invidious-e2a6f5ddf26f7fca4ffe9be867dd15a3ed5f73b0.tar.bz2
invidious-e2a6f5ddf26f7fca4ffe9be867dd15a3ed5f73b0.zip
Docker: Add 'hmac_key' to docker-compose.yml
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index eb83b020..6a854475 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -30,6 +30,7 @@ services:
# domain:
# https_only: false
# statistics_enabled: false
+ hmac_key: "CHANGE_ME!!"
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
interval: 30s