Skip to content

Commit

Permalink
add dependencies to ogc-api-records service
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Apr 6, 2023
1 parent dc84e38 commit 6874d47
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,19 @@ services:
- ./resources/kibana/kibana.yml:/usr/share/kibana/config/kibana.yml

ogc-api-records:
image: geonetwork/gn-cloud-ogc-api-records-service:latest
image: geonetwork/gn-cloud-ogc-api-records-service:4.2.2
depends_on:
- elasticsearch
- database
geonetwork:
condition: service_healthy
database:
condition: service_healthy
elasticsearch:
condition: service_healthy
healthcheck:
test: [ "CMD-SHELL", "curl -s -f http://localhost:8080/ >/dev/null || exit 1" ]
interval: 30s
timeout: 10s
retries: 10
environment:
LANG: en_US.UTF-8
SERVER_SERVLET_CONTEXT_PATH: /ogc-api-records
Expand Down

0 comments on commit 6874d47

Please sign in to comment.