Skip to content

Commit

Permalink
Update service versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmil committed Dec 1, 2023
1 parent 0334d9c commit 88c5d29
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- metrics
fuseki:
image: "dracor/dracor-fuseki"
build: https://github.com/dracor-org/dracor-fuseki.git#v1.0.0
build: https://github.com/dracor-org/dracor-fuseki.git#v1.1.0
environment:
- ADMIN_PASSWORD=qwerty
ports:
Expand All @@ -32,14 +32,13 @@ services:
- fusekidata:/fuseki
metrics:
image: "dracor/dracor-metrics"
build: https://github.com/dracor-org/dracor-metrics.git#v1.2.0
build: https://github.com/dracor-org/dracor-metrics.git#v1.3.1
ports:
- "8030:8030"
frontend:
image: "dracor/dracor-frontend"
build:
# TODO: change to #v2.0.0 before 1.0 release
context: https://github.com/dracor-org/dracor-frontend.git#api-v1
context: https://github.com/dracor-org/dracor-frontend.git#v2.0.0
environment:
DRACOR_API: http://api:8080/exist/restxq/v1
ports:
Expand Down

0 comments on commit 88c5d29

Please sign in to comment.