Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
make sure there is no conflict with main branch
  • Loading branch information
alimand authored Aug 14, 2024
1 parent 9163044 commit 83dd4c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ services:
depends_on:
elasticsearch:
condition: service_healthy
volumes:
- api-config:/data/wis2box/config/pygeoapi/:rw
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/oapi/admin/resources"]
interval: 5s
Expand Down Expand Up @@ -159,5 +157,4 @@ volumes:
es-data:
minio-data:
auth-data:
api-config:
htpasswd:
htpasswd:

0 comments on commit 83dd4c3

Please sign in to comment.