From c70cc32a9db29c9452b37baea0872e9661b1282b Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 20 Jan 2025 21:20:38 +0100 Subject: [PATCH] Removed healthcheck. It's already included in the image --- roles/docker-baserow/templates/docker-compose.yml.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/docker-baserow/templates/docker-compose.yml.j2 b/roles/docker-baserow/templates/docker-compose.yml.j2 index 47e00917..4c7f5dcd 100644 --- a/roles/docker-baserow/templates/docker-compose.yml.j2 +++ b/roles/docker-baserow/templates/docker-compose.yml.j2 @@ -16,11 +16,6 @@ services: - data:/baserow/data ports: - "{{http_port}}:80" - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:80/"] - interval: 1m - timeout: 10s - retries: 3 {% include 'templates/docker/container/networks.yml.j2' %} {% include 'templates/docker/container/depends-on-database-redis.yml.j2' %}