Mercurial > hg > orthanc-python
annotate CodeAnalysis/docker-compose.yml @ 105:912cbabbe427
revert to sdk 1.8.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Feb 2022 11:15:47 +0100 |
parents | e37ed36541be |
children | 2389ec6ec803 |
rev | line source |
---|---|
97 | 1 version: "3" |
2 | |
3 services: | |
4 orthanc-sdk-parser: | |
5 build: . | |
6 volumes: | |
7 - ../Sources/Autogenerated:/target | |
8 - ../Resources/Orthanc/Sdk-1.9.8/orthanc/:/source | |
9 # to parse your local mainline orthanc, use the below line instead | |
10 # - /home/alain/o/orthanc/OrthancServer/Plugins/Include/orthanc/:/source |