mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00

add kibana export / import config function ewsposter remove transmitting old elasticpot data (need update) final export of all objects
24 lines
624 B
YAML
24 lines
624 B
YAML
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
|
|
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
|
|
# - /data/dicompot/images:/opt/dicompot/images
|