From c03330dcd31016cc307d875bad786d834a8c5e2a Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 16 Apr 2025 02:31:09 +0200 Subject: [PATCH] Moved Healthcheck to Dockerfile --- roles/docker-presentation/templates/docker-compose.yml.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/roles/docker-presentation/templates/docker-compose.yml.j2 b/roles/docker-presentation/templates/docker-compose.yml.j2 index 124d3b9e..fb0bbca5 100644 --- a/roles/docker-presentation/templates/docker-compose.yml.j2 +++ b/roles/docker-presentation/templates/docker-compose.yml.j2 @@ -5,11 +5,6 @@ services: dockerfile: {{ path_cymais_presentation_output.stdout }}/Dockerfile ports: - "127.0.0.1:{{ports.localhost.http[application_id]}}:5000" - healthcheck: - test: ["CMD", "curl", "-f", "http://127.0.0.1:5000"] - interval: 1m - timeout: 10s - retries: 3 volumes: - {{ path_cymais_presentation_output.stdout }}:/app - {{ path_cymais_output.stdout }}:/source