This commit is contained in:
William Miceli
2019-08-01 17:13:30 -04:00
parent da54439da3
commit f637583791

View File

@@ -16,8 +16,8 @@ services:
DOCKER_IMAGE: docker:latest # Docker image to be used
DOCKER_PRIVILEGED: true # Give extended privileges to container
DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping
DOCKER_HOST: tcp://docker:2375 # Docker daemon address
DOCKER_TLS_CERTDIR: "" # HOTFIX
DOCKER_HOST: tcp://localhost:2375 # Docker daemon address
DOCKER_TLS_CERTDIR: "" # HOTFIX?
external_links:
{{- if .Values.GITLAB_LINK}}
- ${GITLAB_LINK}:gitlab