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 27, 2024
1 parent dc9035b commit ec020be
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 1,079 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://purl.org/ontology/gfo/
- 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 ec020be

Please sign in to comment.