mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Install: Add 'hmac_key' to docker-compose (#415)
This commit is contained in:
parent
1788c0b589
commit
014c1048f1
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,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
|
||||
|
|
Loading…
Reference in a new issue