diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index cf92807..7fac5ad 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -65,7 +65,7 @@ services: image: mathwave/sprint-repo:gitlab-runner volumes: - /var/run/docker.sock:/var/run/docker.sock - - /home:/home + - gitlab-runner:/home/ environment: GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN deploy: @@ -76,4 +76,12 @@ services: condition: any update_config: parallelism: 1 - order: start-first \ No newline at end of file + order: start-first + +volumes: + gitlab-runner: + driver: local + driver_opts: + o: volume + type: none + device: /home/ \ No newline at end of file