gitlab
This commit is contained in:
parent
c8682f4e7f
commit
147ae8de36
@ -65,7 +65,7 @@ services:
|
|||||||
image: mathwave/sprint-repo:gitlab-runner
|
image: mathwave/sprint-repo:gitlab-runner
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /home:/home
|
- gitlab-runner:/home/
|
||||||
environment:
|
environment:
|
||||||
GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN
|
GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN
|
||||||
deploy:
|
deploy:
|
||||||
@ -76,4 +76,12 @@ services:
|
|||||||
condition: any
|
condition: any
|
||||||
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