[stack] name = "Gotify" description = "Push-Benachrichtigungen selbst gehostet" version = "1.0.0" category = "communication" author = "nocci" [compose] file = "gotify-compose.yml" [variables.secrets] gotify-admin-user = "Admin Username" gotify-admin-pass = "Admin Password" [ports] gotify = "80" [volumes] gotify_data = "/app/data" [healthcheck] endpoint = "http://localhost:80/health" interval = "30s" timeout = "10s" retries = 3