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: