mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-10-27 10:40:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
	
		
			626 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
	
		
			626 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| networks:
 | |
|   ewsposter_local:
 | |
| 
 | |
| services:
 | |
| 
 | |
| # Ewsposter service
 | |
|   ewsposter:
 | |
|     build: .
 | |
|     container_name: ewsposter
 | |
|     restart: always
 | |
| #    cpu_count: 1
 | |
| #    cpus: 0.75
 | |
|     networks:
 | |
|      - ewsposter_local
 | |
|     environment:
 | |
|      - EWS_HPFEEDS_ENABLE=false
 | |
|      - EWS_HPFEEDS_HOST=host
 | |
|      - EWS_HPFEEDS_PORT=port
 | |
|      - EWS_HPFEEDS_CHANNELS=channels
 | |
|      - EWS_HPFEEDS_IDENT=user
 | |
|      - EWS_HPFEEDS_SECRET=secret
 | |
|      - EWS_HPFEEDS_TLSCERT=false
 | |
|      - EWS_HPFEEDS_FORMAT=json
 | |
|     image: "dtagdevsec/ewsposter:24.04"
 | |
|     volumes:
 | |
|      - $HOME/tpotce/data:/data
 | |
|      - $HOME/tpotce/data/ews/conf/ews.ip:/opt/ewsposter/ews.ip
 | 
