Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Jun 24, 2024
1 parent 648c610 commit 348d50d
Showing 1 changed file with 16 additions and 0 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/COP/releases/latest/download/cop.owl
- RICKVIEW_NAMESPACE=http://purl.org/ontology/cop/
- RICKVIEW_BASE=/ontology/cop
- RICKVIEW_TITLE=COP
- RICKVIEW_SUBTITLE=Core Ontology of Phenotyping
- RICKVIEW_EXAMPLES=COP_Phenotype COP_BasicPhenotypeClass
- RICKVIEW_HOMEPAGE=https://onto-med.github.io/COP/
- RICKVIEW_GITHUB=https://github.com/Onto-Med/COP
- RICKVIEW_DOC=https://onto-med.github.io/COP/
ports:
- "127.0.0.1:8080:8080"
restart: unless-stopped

0 comments on commit 348d50d

Please sign in to comment.