fix: Provide docker host for build

This commit is contained in:
Robert Prehn 2020-12-19 12:51:02 -06:00
parent fa1d82383b
commit 0af955737d

View file

@ -13,7 +13,7 @@ variables:
DATABASE_URL: "postgres"
MIX_ENV: "test"
DOCKER_TLS_CERTDIR: "/certs"
DOCKER_HOST: tcp://localhost:2376
DOCKER_HOST: tcp://docker:2376
services:
- name: postgres:12