From 88c5d2951d15fa6c6e1d8790d9b514a5e8df65bb Mon Sep 17 00:00:00 2001 From: Carsten Milling Date: Fri, 1 Dec 2023 02:11:59 +0100 Subject: [PATCH] Update service versions --- compose.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index ab53bd98..acd9e264 100644 --- a/compose.yml +++ b/compose.yml @@ -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: @@ -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: