gitlab
This commit is contained in:
parent
147ae8de36
commit
041ae5ddb8
@ -64,8 +64,12 @@ services:
|
|||||||
gitlab-runner:
|
gitlab-runner:
|
||||||
image: mathwave/sprint-repo:gitlab-runner
|
image: mathwave/sprint-repo:gitlab-runner
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- type: volume
|
||||||
- gitlab-runner:/home/
|
source: /home
|
||||||
|
target: /home
|
||||||
|
- type: bind
|
||||||
|
source: /var/run/docker.sock
|
||||||
|
target: /var/run/docker.sock
|
||||||
environment:
|
environment:
|
||||||
GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN
|
GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN
|
||||||
deploy:
|
deploy:
|
||||||
@ -77,11 +81,3 @@ services:
|
|||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
order: start-first
|
order: start-first
|
||||||
|
|
||||||
volumes:
|
|
||||||
gitlab-runner:
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
o: volume
|
|
||||||
type: none
|
|
||||||
device: /home/
|
|
Loading…
Reference in New Issue
Block a user