fix: tls
This commit is contained in:
@ -1,6 +1,14 @@
|
|||||||
deploy:
|
deploy:
|
||||||
stage: 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:
|
services:
|
||||||
- docker:19.03.12-dind
|
- docker:19.03.12-dind
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user