fix(docker-compose.yml): removed hmac_key (randomly generated) used for testing

This commit is contained in:
ThatMatrix 2024-07-11 02:52:39 +02:00
parent d3eca5ff20
commit 8288878c55

View file

@ -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