mirror of
				https://github.com/yeasy/docker_practice.git
				synced 2025-10-31 10:11:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			110 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: '3'
 | |
| services:
 | |
| 
 | |
|   web:
 | |
|     build: .
 | |
|     ports:
 | |
|      - "5000:5000"
 | |
| 
 | |
|   redis:
 | |
|     image: "redis:alpine"
 |