tpotce/docker/dicompot/docker-compose.yml

27 lines
659 B
YAML
Raw Normal View History

2020-06-18 16:38:43 +00:00
version: '2.3'
networks:
dicompot_local:
services:
# Dicompot service
# Get the Horos Client for testing: https://horosproject.org/
# Get Dicom images (CC BY 3.0): https://www.cancerimagingarchive.net/collections/
# Put images (which must be in Dicom DCM format or it will not work!) into /data/dicompot/images
2020-06-18 16:38:43 +00:00
dicompot:
build: .
container_name: dicompot
restart: always
2022-03-12 15:11:20 +00:00
# cpu_count: 1
# cpus: 0.25
2020-06-18 16:38:43 +00:00
networks:
- dicompot_local
ports:
- "11112:11112"
2024-02-14 18:23:25 +00:00
image: "dtagdevsec/dicompot:alpha"
2020-06-18 16:38:43 +00:00
read_only: true
volumes:
- /data/dicompot/log:/var/log/dicompot
# - /data/dicompot/images:/opt/dicompot/images