| 
									
										
										
										
											2018-03-25 18:35:32 +00:00
										 |  |  | networks:
 | 
					
						
							|  |  |  |   heralding_local:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | services:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Heralding service
 | 
					
						
							|  |  |  |   heralding:
 | 
					
						
							|  |  |  |     build: .
 | 
					
						
							|  |  |  |     container_name: heralding
 | 
					
						
							|  |  |  |     restart: always
 | 
					
						
							| 
									
										
										
										
											2018-03-31 21:44:11 +00:00
										 |  |  |     tmpfs:
 | 
					
						
							| 
									
										
										
										
											2018-05-07 20:25:00 +00:00
										 |  |  |      - /tmp/heralding:uid=2000,gid=2000
 | 
					
						
							| 
									
										
										
										
											2022-03-12 17:59:31 +00:00
										 |  |  | #    cpu_count: 1
 | 
					
						
							|  |  |  | #    cpus: 0.25
 | 
					
						
							| 
									
										
										
										
											2018-03-25 18:35:32 +00:00
										 |  |  |     networks:
 | 
					
						
							|  |  |  |      - heralding_local
 | 
					
						
							|  |  |  |     ports:
 | 
					
						
							|  |  |  |      - "21:21"
 | 
					
						
							|  |  |  |      - "22:22"
 | 
					
						
							|  |  |  |      - "23:23"
 | 
					
						
							|  |  |  |      - "25:25"
 | 
					
						
							|  |  |  |      - "80:80"
 | 
					
						
							|  |  |  |      - "110:110"
 | 
					
						
							|  |  |  |      - "143:143"
 | 
					
						
							| 
									
										
										
										
											2018-05-07 20:25:00 +00:00
										 |  |  |      - "443:443"
 | 
					
						
							| 
									
										
										
										
											2021-02-16 16:59:17 +00:00
										 |  |  |      - "465:465"
 | 
					
						
							| 
									
										
										
										
											2018-03-25 18:35:32 +00:00
										 |  |  |      - "993:993"
 | 
					
						
							|  |  |  |      - "995:995"
 | 
					
						
							| 
									
										
										
										
											2019-03-27 13:39:23 +00:00
										 |  |  |      - "1080:1080"
 | 
					
						
							| 
									
										
										
										
											2019-10-16 14:46:58 +00:00
										 |  |  |      - "3306:3306"
 | 
					
						
							|  |  |  |      - "3389:3389"
 | 
					
						
							| 
									
										
										
										
											2018-03-25 18:35:32 +00:00
										 |  |  |      - "5432:5432"
 | 
					
						
							|  |  |  |      - "5900:5900"
 | 
					
						
							| 
									
										
										
										
											2024-03-24 18:22:37 +00:00
										 |  |  |     image: "dtagdevsec/heralding:24.04"
 | 
					
						
							| 
									
										
										
										
											2018-03-31 21:44:11 +00:00
										 |  |  |     read_only: true
 | 
					
						
							| 
									
										
										
										
											2018-03-25 18:35:32 +00:00
										 |  |  |     volumes:
 | 
					
						
							| 
									
										
										
										
											2024-02-14 21:47:41 +00:00
										 |  |  |      - $HOME/tpotce/data/heralding/log:/var/log/heralding
 |