Loading deploy/docker-compose.geoserver-master.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ services: volumes: - geoserver-vol:/var/geoserver/data healthcheck: test: wget --spider -S -t 3 http://localhost:${GEOSERVER_PORT}/geoserver test: curl --fail http://localhost:${GEOSERVER_PORT}/geoserver || exit 1 interval: 30s timeout: 10s retries: 3 Loading deploy/docker-compose.geoserver-slave.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: volumes: - geoserver-vol:/var/geoserver/data healthcheck: test: wget --spider -S -t 3 http://localhost:${GEOSERVER_PORT}/geoserver test: curl --fail http://localhost:${GEOSERVER_PORT}/geoserver || exit 1 interval: 30s timeout: 10s retries: 3 Loading Loading
deploy/docker-compose.geoserver-master.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ services: volumes: - geoserver-vol:/var/geoserver/data healthcheck: test: wget --spider -S -t 3 http://localhost:${GEOSERVER_PORT}/geoserver test: curl --fail http://localhost:${GEOSERVER_PORT}/geoserver || exit 1 interval: 30s timeout: 10s retries: 3 Loading
deploy/docker-compose.geoserver-slave.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: volumes: - geoserver-vol:/var/geoserver/data healthcheck: test: wget --spider -S -t 3 http://localhost:${GEOSERVER_PORT}/geoserver test: curl --fail http://localhost:${GEOSERVER_PORT}/geoserver || exit 1 interval: 30s timeout: 10s retries: 3 Loading