Skip to content

Commit

Permalink
chore: update docker compose file (#13)
Browse files Browse the repository at this point in the history
* chore: update docker compose file

* chore: update docker compose file
  • Loading branch information
jobulcke authored Oct 8, 2024
1 parent 9f2e3e4 commit 22ea82f
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,23 @@ services:
- "7200:7200"

ldio-workbench:
image: ghcr.io/informatievlaanderen/ldi-orchestrator:latest
image: ldes/ldi-orchestrator:2.9.0-SNAPSHOT
container_name: ldio-workbench
healthcheck:
test: ["CMD", "wget", "-qO-", "http://ldio-workbench:8080/actuator/health"]
interval: 12s
timeout: 3s
retries: 12
ports:
- "8888:8080"

testbed-shacl-validator:
image: ghcr.io/informatievlaanderen/testbed-shacl-validator:latest
image: ghcr.io/informatievlaanderen/testbed-shacl-validator:20241001154215
depends_on:
- graphdb
- ldio-workbench
graphdb:
condition: service_started
ldio-workbench:
condition: service_healthy
environment:
- LDIO_HOST=http://ldio-workbench:8080
- LDIO_SPARQLHOST=http://graphdb:7200
Expand Down

0 comments on commit 22ea82f

Please sign in to comment.