You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			303 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			303 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| graphite:
 | |
|   image: vimagick/graphite
 | |
|   ports:
 | |
|     - "2003:2003/udp"
 | |
|     - "2003:2003"
 | |
|     - "2004:2004"
 | |
|     - "2023:2023"
 | |
|     - "2024:2024"
 | |
|     - "7002:7002"
 | |
|     - "8080:8080"
 | |
|     - "9001:9001"
 | |
|   volumes:
 | |
|     - ./data/conf:/opt/graphite/conf
 | |
|     - ./data/storage:/opt/graphite/storage
 | |
|   restart: always
 |