Mercurial > hg > orthanc-python
diff CodeAnalysis/docker-compose.yml @ 97:e37ed36541be
added missing files
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 15 Oct 2021 18:40:10 +0200 |
parents | |
children | 2389ec6ec803 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CodeAnalysis/docker-compose.yml Fri Oct 15 18:40:10 2021 +0200 @@ -0,0 +1,10 @@ +version: "3" + +services: + orthanc-sdk-parser: + build: . + volumes: + - ../Sources/Autogenerated:/target + - ../Resources/Orthanc/Sdk-1.9.8/orthanc/:/source + # to parse your local mainline orthanc, use the below line instead + # - /home/alain/o/orthanc/OrthancServer/Plugins/Include/orthanc/:/source