mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-10-30 20:12:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
	
		
			622 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			622 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| networks:
 | |
|   sentrypeer_local:
 | |
| 
 | |
| services:
 | |
| 
 | |
| # SentryPeer service
 | |
|   sentrypeer:
 | |
|     build: .
 | |
|     container_name: sentrypeer
 | |
|     restart: always
 | |
| #    cpu_count: 1
 | |
| #    cpus: 0.25
 | |
|     environment:
 | |
| #     - SENTRYPEER_PEER_TO_PEER=1
 | |
| #     - SENTRYPEER_BOOTSTRAP_NODE=bootstrap.sentrypeer.org
 | |
|      - SENTRYPEER_VERBOSE=1
 | |
|      - SENTRYPEER_DEBUG=1
 | |
|     networks:
 | |
|      - sentrypeer_local
 | |
|     ports:
 | |
| #     - "4222:4222/udp"
 | |
|      - "5060:5060/udp"
 | |
|      - "5060:5060/tcp"
 | |
| #     - "127.0.0.1:8082:8082"
 | |
|     image: "dtagdevsec/sentrypeer:24.04"
 | |
|     read_only: true
 | |
|     volumes:
 | |
|      - $HOME/tpotce/data/sentrypeer/log:/var/log/sentrypeer
 | 
