ontology
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
IMAGE_VERSION=secoresearch/fuseki:5.1.0
|
||||
SPEC=ontocast
|
||||
CONTAINER_NAME="${SPEC}.fuseki"
|
||||
TS_PORT=3032
|
||||
TS_PASSWORD="abc123-qwe"
|
||||
TS_USERNAME="admin"
|
||||
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
fuseki:
|
||||
image: ${IMAGE_VERSION}
|
||||
user: "${UID}:${GID}"
|
||||
restart: "no"
|
||||
profiles: ["${CONTAINER_NAME}"]
|
||||
ports:
|
||||
- "${TS_PORT}:3030"
|
||||
container_name: ${CONTAINER_NAME}
|
||||
volumes:
|
||||
- fuseki_data:/fuseki
|
||||
environment:
|
||||
- ADMIN_PASSWORD=${TS_PASSWORD}
|
||||
volumes:
|
||||
fuseki_data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user