From d07d7add588e04b4ededc27ac00caeaa6ffe6587 Mon Sep 17 00:00:00 2001 From: "@CyberAndi" Date: Sat, 20 Jan 2024 23:26:14 +0000 Subject: [PATCH] insert hmac_key --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index a42052ef..94455ea9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,6 +29,8 @@ services: # external_port: # domain: https_only: true + banner: C`Movie das Hoffnungsportal + hmac_key: Iethoht3riong4thie5a # statistics_enabled: false healthcheck: test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1 @@ -39,7 +41,7 @@ services: - invidious-db invidious-db: - image: docker.io/library/postgres:13 + image: docker.io/library/postgres:14 restart: unless-stopped volumes: - postgresdata:/var/lib/postgresql/data