DicomMigratorApp/docker-compose.yml
2024-07-26 22:17:39 +05:30

23 lines
603 B
YAML

version: '3.8'
services:
dicommigratorautomated:
image: seyfertsoft/dicommigratorautomated:1.0.0
container_name: dicommigratorautomated
environment:
- "ConnectionStrings__DefaultConnection=Server=mysqldb;Port=3306;Database=dms_db;User Id=root;Password=Rootmatrix23@;"
- TARGET_IP=127.0.0.1
- SENDER_AET=MYAE
- TARGET_AET=ORTHANC
- "FOLDER_LOCATION=D:\\dicom_imags\\"
- TARGET_PORT=4242
volumes:
- /path/to/images1:/app/images1
- /path/to/images2:/app/images2
networks:
- dmsnetwork
networks:
dmsnetwork:
external: true