chore: cleanup

This commit is contained in:
2025-10-11 09:59:09 +02:00
parent e976b50a6a
commit bb9e8ac603
14 changed files with 27 additions and 19 deletions

View File

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