24 lines
		
	
	
		
			373 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			24 lines
		
	
	
		
			373 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
|   | version: "3.8"
 | ||
|  | 
 | ||
|  | services:
 | ||
|  | 
 | ||
|  |     tor-robot-revisited:
 | ||
|  |         
 | ||
|  |         build: 
 | ||
|  | 
 | ||
|  |             context: .
 | ||
|  | 
 | ||
|  |             dockerfile: Dockerfile
 | ||
|  | 
 | ||
|  |         container_name: tor-robot-revisited
 | ||
|  |         
 | ||
|  |         hostname: torrobot
 | ||
|  | 
 | ||
|  |         image: softwareshinobi/tor-robot-revisited
 | ||
|  |         
 | ||
|  |         domainname: torrobot.softwareshinobi.digital
 | ||
|  | 
 | ||
|  |         ports:
 | ||
|  | 
 | ||
|  |             - "2222:22"
 |