Healthcheck für iGotify hinzugefügt
This commit is contained in:
@@ -40,4 +40,9 @@ services:
|
|||||||
- /opt/gotify/api-data:/app/data
|
- /opt/gotify/api-data:/app/data
|
||||||
environment:
|
environment:
|
||||||
GOTIFY_URLS: 192.168.178.183:9085
|
GOTIFY_URLS: 192.168.178.183:9085
|
||||||
networks: {}
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:8080/Version"]
|
||||||
|
interval: "3s"
|
||||||
|
timeout: "3s"
|
||||||
|
retries: 5
|
||||||
|
networks: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user