gitlab
This commit is contained in:
parent
041ae5ddb8
commit
dbb95220bc
@ -65,7 +65,7 @@ services:
|
|||||||
image: mathwave/sprint-repo:gitlab-runner
|
image: mathwave/sprint-repo:gitlab-runner
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- type: volume
|
||||||
source: /home
|
source: gitlab-runner
|
||||||
target: /home
|
target: /home
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /var/run/docker.sock
|
source: /var/run/docker.sock
|
||||||
@ -81,3 +81,11 @@ 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