Mercurial > hg > orthanc-python
annotate CodeAnalysis/docker-compose.yml @ 158:5adf2e1186ab OrthancPython-4.2
4.2
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 16 May 2024 12:21:18 +0200 |
parents | 2389ec6ec803 |
children |
rev | line source |
---|---|
97 | 1 version: "3" |
2 | |
3 services: | |
4 orthanc-sdk-parser: | |
5 build: . | |
6 volumes: | |
7 - ../Sources/Autogenerated:/target | |
108
2389ec6ec803
preparing for release
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
97
diff
changeset
|
8 - ../Resources/Orthanc/Sdk-1.10.0/orthanc/:/source |
97 | 9 # to parse your local mainline orthanc, use the below line instead |
10 # - /home/alain/o/orthanc/OrthancServer/Plugins/Include/orthanc/:/source |