begin integration of dicompot

This commit is contained in:
t3chn0m4g3
2020-06-18 16:38:43 +00:00
parent 2882668826
commit 697c5cb3f6
9 changed files with 99 additions and 3 deletions

View File

@ -0,0 +1,20 @@
version: '2.3'
networks:
dicompot_local:
services:
# dicompot service
dicompot:
build: .
container_name: dicompot
restart: always
networks:
- dicompot_local
ports:
- "11112:11112"
image: "dtagdevsec/dicompot:2006"
read_only: true
volumes:
- /data/dicompot/log:/var/log/dicompot