Add DICOM UPP registration workspace
This commit is contained in:
14
DICOM_and_UPP配准/docker-compose.yml
Normal file
14
DICOM_and_UPP配准/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: dicom-upp-registration
|
||||
|
||||
services:
|
||||
dicom-upp-registration:
|
||||
build:
|
||||
context: .
|
||||
container_name: dicom-upp-registration
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "8109:8109"
|
||||
volumes:
|
||||
- /home/wkmgc/Desktop:/home/wkmgc/Desktop:ro
|
||||
Reference in New Issue
Block a user