This commit is contained in:
Administrator 2022-08-17 10:33:42 +03:00
parent e1380c61ee
commit f4e88059a1

View File

@ -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-volume:/home/gitlab-runner/builds
deploy: deploy:
mode: replicated mode: replicated
placement: placement:
@ -74,4 +74,12 @@ 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:
o: volume
device: /home/gitlab-runner/builds
type: none