| 
									
										
										
										
											2020-06-18 16:38:43 +00:00
										 |  |  | networks:
 | 
					
						
							|  |  |  |   dicompot_local:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | services:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-29 10:45:33 +00:00
										 |  |  | # Dicompot service
 | 
					
						
							|  |  |  | # Get the Horos Client for testing: https://horosproject.org/
 | 
					
						
							| 
									
										
										
										
											2024-02-28 18:07:22 +00:00
										 |  |  | # Get Dicom images (CC BY 3.0): https://dataverse.harvard.edu/dataverse/harvard/?q=dicom
 | 
					
						
							| 
									
										
										
										
											2020-06-29 10:45:33 +00:00
										 |  |  | # 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:
 | 
					
						
							| 
									
										
										
										
											2024-11-26 10:49:31 +00:00
										 |  |  |      - "104:11112"
 | 
					
						
							| 
									
										
										
										
											2020-06-18 16:38:43 +00:00
										 |  |  |      - "11112:11112"
 | 
					
						
							| 
									
										
										
										
											2024-03-24 18:22:37 +00:00
										 |  |  |     image: "dtagdevsec/dicompot:24.04"
 | 
					
						
							| 
									
										
										
										
											2020-06-18 16:38:43 +00:00
										 |  |  |     read_only: true
 | 
					
						
							|  |  |  |     volumes:
 | 
					
						
							| 
									
										
										
										
											2024-02-28 18:07:22 +00:00
										 |  |  |      - $HOME/tpotce/data/dicompot/log:/var/log/dicompot
 | 
					
						
							|  |  |  | #     - $HOME/tpotce/data/dicompot/images:/opt/dicompot/images
 |