This commit is contained in:
William Miceli
2019-08-03 19:09:34 -04:00
parent 2e32b3f7d8
commit aac26f56a9

View File

@@ -18,6 +18,7 @@ services:
DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping
DOCKER_HOST: tcp://localhost:2375 # Docker daemon address
DOCKER_TLS_CERTDIR: "/certs" # Testing
DOCKER_VOLUMES: "/certs/client" # Testing
external_links:
{{- if .Values.GITLAB_LINK}}
- ${GITLAB_LINK}:gitlab