Healthcheck für iGotify hinzugefügt

This commit is contained in:
2026-02-12 10:24:13 +01:00
parent 420c5e4633
commit dd8f5411a9
+6 -1
View File
@@ -40,4 +40,9 @@ services:
- /opt/gotify/api-data:/app/data
environment:
GOTIFY_URLS: 192.168.178.183:9085
networks: {}
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/Version"]
interval: "3s"
timeout: "3s"
retries: 5
networks: {}