diff --git a/.deploy/deploy-dev.yaml b/.deploy/deploy-dev.yaml index 7fac5ad..882141d 100644 --- a/.deploy/deploy-dev.yaml +++ b/.deploy/deploy-dev.yaml @@ -64,8 +64,12 @@ services: gitlab-runner: image: mathwave/sprint-repo:gitlab-runner volumes: - - /var/run/docker.sock:/var/run/docker.sock - - gitlab-runner:/home/ + - type: volume + source: /home + target: /home + - type: bind + source: /var/run/docker.sock + target: /var/run/docker.sock environment: GITLAB_REGISTRATION_TOKEN: $GITLAB_REGISTRATION_TOKEN deploy: @@ -77,11 +81,3 @@ services: update_config: parallelism: 1 order: start-first - -volumes: - gitlab-runner: - driver: local - driver_opts: - o: volume - type: none - device: /home/ \ No newline at end of file