Skip to content

Commit

Permalink
Add rickview integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Jun 26, 2024
1 parent a8098ad commit 5638676
Show file tree
Hide file tree
Showing 3 changed files with 989 additions and 993 deletions.
16 changes: 16 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
services:
rickview:
image: ghcr.io/konradhoeffner/rickview
environment:
- RICKVIEW_KB_FILE=https://github.com/Onto-Med/GFO/releases/latest/download/gfo.owl
- RICKVIEW_NAMESPACE=http://www.onto-med.de/ontologies/gfo.owl#
- RICKVIEW_BASE=/ontology/gfo
- RICKVIEW_TITLE=GFO
- RICKVIEW_SUBTITLE=General Formal Ontology
- RICKVIEW_EXAMPLES=Category Continuous_process Individual
- RICKVIEW_HOMEPAGE=https://onto-med.github.io/GFO/
- RICKVIEW_GITHUB=https://github.com/Onto-Med/GFO
- RICKVIEW_DOC=https://onto-med.github.io/GFO/
ports:
- "127.0.0.1:8080:8080"
restart: unless-stopped
Loading

0 comments on commit 5638676

Please sign in to comment.