mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 18:47:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			141 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			141 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: '2'
 | |
| services:
 | |
| 
 | |
|   php:
 | |
|     depends_on:
 | |
|       - redis
 | |
|       - memcached
 | |
| 
 | |
|   redis:
 | |
|     image: redis
 | |
| 
 | |
|   memcached:
 | |
|     image: memcached
 | 
