13 lines
		
	
	
		
			250 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			250 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
|   | version: "3.7"
 | ||
|  | 
 | ||
|  | services:
 | ||
|  |   nodered:
 | ||
|  |     container_name: nodered
 | ||
|  |     image: nodered/node-red:3.0.0
 | ||
|  |     restart: unless-stopped
 | ||
|  |     ports:
 | ||
|  |       - ${APP_PORT}:1880
 | ||
|  |     volumes:
 | ||
|  |       - ${APP_DATA_DIR}/data:/data
 | ||
|  |     networks:
 | ||
|  |       - tipi_main_network
 |