mirror of
				https://github.com/telekom-security/tpotce.git
				synced 2025-10-30 12:02:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			434 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			434 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| networks:
 | |
|   ciscoasa_local:
 | |
| 
 | |
| services:
 | |
| 
 | |
| # Ciscoasa service
 | |
|   ciscoasa:
 | |
|     build: .
 | |
|     container_name: ciscoasa
 | |
|     restart: always
 | |
|     tmpfs:
 | |
|      - /tmp/ciscoasa:uid=2000,gid=2000
 | |
| #    cpu_count: 1
 | |
| #    cpus: 0.25
 | |
|     networks:
 | |
|      - ciscoasa_local
 | |
|     ports:
 | |
|      - "5000:5000/udp"
 | |
|      - "8443:8443"
 | |
|     image: "dtagdevsec/ciscoasa:24.04"
 | |
|     read_only: true
 | |
|     volumes:
 | |
|      - $HOME/tpotce/data/ciscoasa/log:/var/log/ciscoasa
 | 
