Skip to content
Snippets Groups Projects
Commit 4a641165 authored by Prada Sarasola, Miguel's avatar Prada Sarasola, Miguel
Browse files

Add initial version of docker-compose.yml with gitlab-runner config

parent bf885f98
Branches dev-image-test
No related tags found
1 merge request!9WIP: Upload docker-compose.yml with robotics builder services
version: '2'
services:
gitlab-runner:
image: "gitlab/gitlab-runner:latest"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/gitlab-runner/config:/etc/gitlab-runner
network_mode: "bridge"
command: ["--debug", "run", "--user=gitlab-runner", "--working-directory=/home/gitlab-runner"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment