mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Support Dicom legacy port on tcp/104
This commit is contained in:
parent
e43e8277fc
commit
fc388a9ef7
7 changed files with 7 additions and 0 deletions
|
@ -147,6 +147,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dicompot_local
|
- dicompot_local
|
||||||
ports:
|
ports:
|
||||||
|
- "104:11112"
|
||||||
- "11112:11112"
|
- "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
|
@ -199,6 +199,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dicompot_local
|
- dicompot_local
|
||||||
ports:
|
ports:
|
||||||
|
- "104:11112"
|
||||||
- "11112:11112"
|
- "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
|
@ -193,6 +193,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dicompot_local
|
- dicompot_local
|
||||||
ports:
|
ports:
|
||||||
|
- "104:11112"
|
||||||
- "11112:11112"
|
- "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
|
@ -233,6 +233,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dicompot_local
|
- dicompot_local
|
||||||
ports:
|
ports:
|
||||||
|
- "104:11112"
|
||||||
- "11112:11112"
|
- "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
|
@ -235,6 +235,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dicompot_local
|
- dicompot_local
|
||||||
ports:
|
ports:
|
||||||
|
- "104:11112"
|
||||||
- "11112:11112"
|
- "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
|
@ -314,6 +314,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dicompot_local
|
- dicompot_local
|
||||||
ports:
|
ports:
|
||||||
|
- "104:11112"
|
||||||
- "11112:11112"
|
- "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
|
@ -235,6 +235,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- dicompot_local
|
- dicompot_local
|
||||||
ports:
|
ports:
|
||||||
|
- "104:11112"
|
||||||
- "11112:11112"
|
- "11112:11112"
|
||||||
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
|
||||||
pull_policy: ${TPOT_PULL_POLICY}
|
pull_policy: ${TPOT_PULL_POLICY}
|
||||||
|
|
Loading…
Reference in a new issue