Mercurial > hg > orthanc-python
annotate 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 |
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 |