gitlab
This commit is contained in:
parent
21a073b888
commit
b23c235e7a
@ -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
|
||||||
- gitlab-runner-volume:/home/gitlab-runner/builds
|
- /home/gitlab-runner/builds:/home/gitlab-runner/builds
|
||||||
deploy:
|
deploy:
|
||||||
mode: replicated
|
mode: replicated
|
||||||
placement:
|
placement:
|
||||||
@ -74,11 +74,4 @@ services:
|
|||||||
condition: any
|
condition: any
|
||||||
update_config:
|
update_config:
|
||||||
parallelism: 1
|
parallelism: 1
|
||||||
order: start-first
|
order: start-first
|
||||||
|
|
||||||
volumes:
|
|
||||||
gitlab-runner-volume:
|
|
||||||
driver: local
|
|
||||||
driver_opts:
|
|
||||||
device: /home/gitlab-runner/builds
|
|
||||||
type: volume
|
|
Loading…
Reference in New Issue
Block a user