fix: Provide docker host for build
This commit is contained in:
parent
c1cadd6dc0
commit
fa1d82383b
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +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
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- name: postgres:12
|
- name: postgres:12
|
||||||
|
|
Loading…
Reference in a new issue