Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ara-ld
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hartanto, Margi
ara-ld
Commits
42267fef
Commit
42267fef
authored
4 years ago
by
Hartanto, Margi
Browse files
Options
Downloads
Patches
Plain Diff
fix dockerfile
parent
e5569eff
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+19
-0
19 additions, 0 deletions
Dockerfile
docker-compose.yml
+5
-5
5 additions, 5 deletions
docker-compose.yml
with
24 additions
and
5 deletions
Dockerfile
0 → 100644
+
19
−
0
View file @
42267fef
FROM
candygene/virtuoso
LABEL
description="ara-ld"
LABEL
maintainer="Margi Hartanto"
LABEL
email="margi.hartanto@wur.nl"
LABEL
version="1.0.0"
ENV
VOS_DATA_DIR=/tmp/ara-ld/data
ENV
VOS_ISQL="isql 1111 dba dba ECHO=ON VERBOSE=ON ERRORS=STDOUT"
WORKDIR
/tmp
RUN
python update_config.py
-c
${
VOS_CFG_FILE
}
\
"Parameters:DirsAllowed=.,/usr/local/virtuoso-opensource/share/virtuoso/vad,
${
VOS_DATA_DIR
}
"
COPY
src /tmp/ara-ld/src
COPY
src/data ${VOS_DATA_DIR}
WORKDIR
/tmp/ara-ld/src
RUN
sed
-i
.org
"s:__DATA_DIR__:
${
VOS_DATA_DIR
}
:"
import_rdf.sql
RUN
virtuoso-t +wait +configfile
${
VOS_CFG_FILE
}
&&
\
sleep
20
&&
\
${
VOS_ISQL
}
EXEC
=
SHUTDOWN install_pkgs.sql import_rdf.sql update_rdf.sql post_install.sql
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
5
−
5
View file @
42267fef
version
:
'
3'
services
:
ara-ld
2
:
ara-ld
:
image
:
candygene/virtuoso
container_name
:
ara-ld
2
container_name
:
ara-ld
ports
:
-
889
1
:8890
-
889
0
:8890
volumes
:
-
./src:/tmp/share
...
...
@@ -13,11 +13,11 @@ services:
image
:
clariah/grlc
container_name
:
ara-grlc
depends_on
:
-
ara-ld
2
-
ara-ld
ports
:
-
8088:8088
environment
:
-
DEBUG=true
-
GRLC_GITHUB_ACCESS_TOKEN=25ffeec9135467e5bbb81ecda7a95eb2a56826a0
-
GRLC_SERVER_NAME=localhost:8088
-
GRLC_SPARQL_ENDPOINT=http://ara-ld
2
:8890/sparql
# dev
-
GRLC_SPARQL_ENDPOINT=http://ara-ld:8890/sparql
# dev
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment