fix: tls
This commit is contained in:
parent
ea5d9371ca
commit
7dfabb16c7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user