mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 18:47:33 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			224 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: '2'
 | |
| 
 | |
| services:
 | |
| 
 | |
|   php:
 | |
|     depends_on:
 | |
|       - postgres
 | |
| 
 | |
|   postgres:
 | |
|     image: ${DOCKER_POSTGRES_IMAGE}
 | |
|     environment:
 | |
|       - POSTGRES_DB=yiitest
 | |
|       - POSTGRES_USER=postgres
 | |
|       - POSTGRES_PASSWORD=postgres | 
