From a6e7303f26a00375b319d732ab21d5006b4b8b08 Mon Sep 17 00:00:00 2001
From: Kevin Veen-Birkenbach <kevin@veen.world>
Date: Mon, 21 Apr 2025 19:02:18 +0200
Subject: [PATCH] Removed autoheal from OpenProject

---
 .../templates/docker-compose.yml.j2               | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/roles/docker-openproject/templates/docker-compose.yml.j2 b/roles/docker-openproject/templates/docker-compose.yml.j2
index 368b0de7..42b312e7 100644
--- a/roles/docker-openproject/templates/docker-compose.yml.j2
+++ b/roles/docker-openproject/templates/docker-compose.yml.j2
@@ -46,26 +46,13 @@ services:
         condition: service_started
       seeder:
         condition: service_started
-    labels:
-      - autoheal=true
     healthcheck:
       test: ["CMD", "curl", "-f", "http://localhost:8080/health_checks/default"]
       interval: 10s
       timeout: 3s
       retries: 3
       start_period: 30s
-
-  autoheal:
-    image: willfarrell/autoheal:1.2.0
-    container_name: openproject-autoheal
-{% include 'roles/docker-compose/templates/services/base.yml.j2' %}
-    volumes:
-      - "/var/run/docker.sock:/var/run/docker.sock"
-    environment:
-      AUTOHEAL_CONTAINER_LABEL: autoheal
-      AUTOHEAL_START_PERIOD:    600
-      AUTOHEAL_INTERVAL:        30
-
+      
   worker:
     <<: *app
 {% include 'roles/docker-compose/templates/services/base.yml.j2' %}