fix: Provide docker host for build
This commit is contained in:
		
							parent
							
								
									fa1d82383b
								
							
						
					
					
						commit
						0af955737d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -13,7 +13,7 @@ variables:
 | 
				
			||||||
  DATABASE_URL: "postgres"
 | 
					  DATABASE_URL: "postgres"
 | 
				
			||||||
  MIX_ENV: "test"
 | 
					  MIX_ENV: "test"
 | 
				
			||||||
  DOCKER_TLS_CERTDIR: "/certs"
 | 
					  DOCKER_TLS_CERTDIR: "/certs"
 | 
				
			||||||
  DOCKER_HOST: tcp://localhost:2376
 | 
					  DOCKER_HOST: tcp://docker:2376
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
- name: postgres:12
 | 
					- name: postgres:12
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue