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