Skip to content

Commit

Permalink
Merge pull request #405 from wearepal/caddy-changes
Browse files Browse the repository at this point in the history
Reverting healthcheck change
  • Loading branch information
paulthatjazz authored Jul 24, 2024
2 parents dc3c89a + cf05f11 commit 5ca0bcb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,19 @@ 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
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
volumes:
- postgres:/var/lib/postgresql/data
restart: always

geoserver:
image: docker.osgeo.org/geoserver:2.21.2
Expand All @@ -45,7 +38,6 @@ services:
- EXTRA_JAVA_OPTS=-Xmx10g
volumes:
- geoserver:/opt/geoserver_data
restart: always

queue:
image: redis:7
Expand Down Expand Up @@ -73,7 +65,6 @@ services:
- secret_key_base
volumes:
- storage:/app/storage
restart: always

worker:
image: "wearepal/landscapes:${VERSION}"
Expand All @@ -87,7 +78,6 @@ services:
- secret_key_base
volumes:
- storage:/app/storage
restart: always

configs:
caddyfile:
Expand Down

0 comments on commit 5ca0bcb

Please sign in to comment.