Skip to content

Commit

Permalink
Merge pull request #60 from monarch-initiative/update-oxo-instance
Browse files Browse the repository at this point in the history
Update sssom-api and blazegraph docker images for OxO2 instance
  • Loading branch information
matentzn authored Jul 3, 2024
2 parents 62a7608 + 5ad99d4 commit 0299da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 0299da3

Please sign in to comment.