From 5602dbe91b7396cd773f18f66755e6adbce003d2 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 13 Oct 2024 14:42:01 -0300 Subject: [PATCH] docker: remove halthcheck --- docker-compose.prod.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index fb40462..a5e67cd 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -17,14 +17,6 @@ services: depends_on: - db restart: unless-stopped - healthcheck: - test: curl --fail http://localhost:8000/ht/health || exit 1 - interval: 60s - timeout: 30s - retries: 3 - start_period: 360s - labels: - - "com.centurylinklabs.watchtower.enable=false" db: image: postgres:15