From f99f0091fad881ab595f449d25056d54420100a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 10 Oct 2025 22:18:13 +0200 Subject: [PATCH] fix: chat --- Projects/kompose/chat/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/kompose/chat/compose.yaml b/Projects/kompose/chat/compose.yaml index 83058465..fd0fd219 100644 --- a/Projects/kompose/chat/compose.yaml +++ b/Projects/kompose/chat/compose.yaml @@ -7,7 +7,7 @@ services: restart: unless-stopped volumes: - gotify_data:/app/data - environment: + # environment: # Gotify is a Go binary - no wget/curl, but has built-in health endpoint # healthcheck: # test: ["CMD-SHELL", "nc -z localhost $APP_PORT || exit 1"]