Bugfix testing
This commit is contained in:
@@ -41,7 +41,9 @@ services:
|
|||||||
traefik.enable: false
|
traefik.enable: false
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- GitLab-Runner:/etc/gitlab-runner
|
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
||||||
|
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
||||||
|
- /Persistent/${DATA_DIR}:/etc/gitlab-runner
|
||||||
gitlab-runner:
|
gitlab-runner:
|
||||||
image: gitlab/gitlab-runner:alpine # Alpine Linux image is designed to use only Docker as the method of spawning runners
|
image: gitlab/gitlab-runner:alpine # Alpine Linux image is designed to use only Docker as the method of spawning runners
|
||||||
command:
|
command:
|
||||||
@@ -61,8 +63,6 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- GitLab-Runner:/etc/gitlab-runner
|
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system
|
||||||
|
- /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system
|
||||||
volumes:
|
- /Persistent/${DATA_DIR}:/etc/gitlab-runner
|
||||||
GitLab-Runner:
|
|
||||||
driver: local
|
|
||||||
@@ -64,4 +64,12 @@ catalog:
|
|||||||
(Optional) The local IP address of the GitLab service.
|
(Optional) The local IP address of the GitLab service.
|
||||||
# default: ""
|
# default: ""
|
||||||
required: false
|
required: false
|
||||||
|
type: string
|
||||||
|
|
||||||
|
- variable: "DATA_DIR"
|
||||||
|
label: "Data Directory"
|
||||||
|
description: |
|
||||||
|
The directory to store persistent data for the stack.
|
||||||
|
default: "Personal/GitLab-Runner"
|
||||||
|
required: true
|
||||||
type: string
|
type: string
|
||||||
Reference in New Issue
Block a user