annotate CodeAnalysis/docker-compose.yml @ 103:d2259c4cd677
added origin in ReceivedInstanceCallback
author |
Sebastien Jodogne <s.jodogne@gmail.com> |
date |
Wed, 23 Feb 2022 09:28:19 +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
|