From 7dfabb16c7724c5b4c9cec971df1c922a29fd007 Mon Sep 17 00:00:00 2001 From: Swann Date: Sat, 3 Oct 2020 00:07:07 +0200 Subject: [PATCH] fix: tls --- .gitlab/ci/deploy.gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/deploy.gitlab-ci.yml b/.gitlab/ci/deploy.gitlab-ci.yml index 7f60837..1c4cd6b 100644 --- a/.gitlab/ci/deploy.gitlab-ci.yml +++ b/.gitlab/ci/deploy.gitlab-ci.yml @@ -1,6 +1,14 @@ deploy: stage: deploy - image: slumber/docker-python + image: slumber/docker-python + variables: + DOCKER_DRIVER: overlay2 + # Create the certificates inside this directory for both the server + # and client. The certificates used by the client will be created in + # /certs/client so we only need to share this directory with the + # volume mount in `config.toml`. + DOCKER_TLS_CERTDIR: "/certs" + services: - docker:19.03.12-dind