fix: chat

This commit is contained in:
2025-10-10 21:03:36 +02:00
parent 5015ccdc4b
commit ff6f2f1205

View File

@@ -7,6 +7,9 @@ services:
restart: unless-stopped
volumes:
- gotify_data:/app/data
environment:
- GOTIFY_DEFAULTUSER_NAME=${ADMIN_USER}
- GOTIFY_DEFAULTUSER_PASS=${ADMIN_PASSWORD}
# 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"]