fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI (#10302)
This commit is contained in:
		
					parent
					
						
							
								cdda5c4b90
							
						
					
				
			
			
				commit
				
					
						5a46ec647b
					
				
			
		
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -229,6 +229,7 @@ services:
 | 
				
			||||||
    image: postgres:9.5
 | 
					    image: postgres:9.5
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      POSTGRES_DB: test
 | 
					      POSTGRES_DB: test
 | 
				
			||||||
 | 
					      POSTGRES_PASSWORD: postgres
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: ldap
 | 
					  - name: ldap
 | 
				
			||||||
    pull: default
 | 
					    pull: default
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue