From 5ad99d4d0f16e15d5cd042f7111f17e67396d613 Mon Sep 17 00:00:00 2001 From: Anita Caron Date: Fri, 28 Jun 2024 17:47:39 +0100 Subject: [PATCH] update sssom-api and blazegraph docker images The new sssom-api docker image has an improvement on the query result performance. --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e118b76b0..c3f36d977 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' services: api: - image: anitacaron/sssom-api:v0.1.0 + image: anitacaron/sssom-api:v0.1.1 command: uvicorn app.main:app --host 0.0.0.0 ports: - 8008:8000 @@ -12,7 +12,7 @@ services: environment: - SPARQL_ENDPOINT=http://triplestore:9999/blazegraph/namespace/kb/sparql triplestore: - image: anitacaron/blazegraph:v0.4 + image: anitacaron/blazegraph:v0.4.2 environment: - JAVA_OPTS=-Xmx16G ports: