Skip to content

Commit

Permalink
#150: Blocked out fuseki standalone service implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Apr 11, 2022
1 parent 6e775be commit 000c0d9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ services:
volumes:
- /app/node_modules
- ./app:/app
kg:
image: 'stain/jena-fuseki:4.0.0'
restart: always
environment:
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
- JVM_ARGS=-Xmx3g
ports:
- '3030:3030'
volumes:
- ./mockDB/fuseki:/fuseki
# kg:
# image: 'stain/jena-fuseki:4.0.0'
# restart: always
# environment:
# - ADMIN_PASSWORD=${ADMIN_PASSWORD}
# - JVM_ARGS=-Xmx3g
# ports:
# - '3030:3030'
# volumes:
# - ./mockDB/fuseki:/fuseki
volumes:
mockDB:

0 comments on commit 000c0d9

Please sign in to comment.