From cf05f117872084da6c2834cd393276abbc406098 Mon Sep 17 00:00:00 2001 From: Paul Crossley Date: Wed, 24 Jul 2024 11:19:25 +0100 Subject: [PATCH] Reverting healthcheck change --- docker-compose.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f601991b..05e34a85 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,18 +17,12 @@ services: published: 443 protocol: tcp mode: ingress - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost/"] - interval: 1m - timeout: 10s - retries: 3 volumes: - caddy:/data networks: - caddy_traefik - caddy_astute - default - restart: always db: image: postgres:14 @@ -36,7 +30,6 @@ services: - POSTGRES_HOST_AUTH_METHOD=trust volumes: - postgres:/var/lib/postgresql/data - restart: always geoserver: image: docker.osgeo.org/geoserver:2.21.2 @@ -45,7 +38,6 @@ services: - EXTRA_JAVA_OPTS=-Xmx10g volumes: - geoserver:/opt/geoserver_data - restart: always queue: image: redis:7 @@ -73,7 +65,6 @@ services: - secret_key_base volumes: - storage:/app/storage - restart: always worker: image: "wearepal/landscapes:${VERSION}" @@ -87,7 +78,6 @@ services: - secret_key_base volumes: - storage:/app/storage - restart: always configs: caddyfile: