Testing
This commit is contained in:
@@ -17,7 +17,6 @@ services:
|
|||||||
DOCKER_PRIVILEGED: true # Give extended privileges to container
|
DOCKER_PRIVILEGED: true # Give extended privileges to container
|
||||||
DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping
|
DOCKER_EXTRA_HOSTS: gitlab:${GITLAB_IP} # Add a custom host-to-IP mapping
|
||||||
DOCKER_HOST: tcp://localhost:2375 # Docker daemon address
|
DOCKER_HOST: tcp://localhost:2375 # Docker daemon address
|
||||||
DOCKER_TLS_CERTDIR: "" # HOTFIX?
|
|
||||||
external_links:
|
external_links:
|
||||||
{{- if .Values.GITLAB_LINK}}
|
{{- if .Values.GITLAB_LINK}}
|
||||||
- ${GITLAB_LINK}:gitlab
|
- ${GITLAB_LINK}:gitlab
|
||||||
|
|||||||
Reference in New Issue
Block a user