diff --git a/gotify/docker-compose.yml b/gotify/docker-compose.yml index d89a021..f828698 100755 --- a/gotify/docker-compose.yml +++ b/gotify/docker-compose.yml @@ -40,4 +40,9 @@ services: - /opt/gotify/api-data:/app/data environment: GOTIFY_URLS: 192.168.178.183:9085 -networks: {} \ No newline at end of file + healthcheck: + test: ["CMD", "curl", "-f", "http://localhost:8080/Version"] + interval: "3s" + timeout: "3s" + retries: 5 +networks: {}