Skip to content

Commit

Permalink
Fix defunct processes (#333)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Jean-Michel Crepel <[email protected]>
(cherry picked from commit d190ef1)
  • Loading branch information
danduk82 authored and jeanmi151 committed Feb 12, 2025
1 parent 98c7283 commit a89bb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ services:
geoserver:
image: georchestra/geoserver:24.0.x
healthcheck:
test: ["CMD-SHELL", "curl -s -f http://localhost:8080/geoserver/gwc/service/wmts?SERVICE=WMTS&REQUEST=GetCapabilities >/dev/null || exit 1"]
test: ["CMD-SHELL", "curl -s -f 'http://localhost:8080/geoserver/ows?SERVICE=WMS&LAYERS=geor:public_layer&FORMAT=image/png&VERSION=1.3.0&SLD_VERSION=1.1.0&REQUEST=GetMap&CRS=EPSG:3857&BBOX=-20820223,-20820223,20820223,20820223&WIDTH=10&HEIGHT=10' >/dev/null || exit 1"]
interval: 30s
timeout: 10s
retries: 10
Expand Down

0 comments on commit a89bb4f

Please sign in to comment.