This commit is contained in:
Swann 2020-10-03 00:07:07 +02:00
parent ea5d9371ca
commit 7dfabb16c7
No known key found for this signature in database
GPG Key ID: E1D3641A7C43AACB

View File

@ -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