Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
templates
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tecnalia_robotics-public
templates
Commits
4a641165
Commit
4a641165
authored
Jan 04, 2019
by
Prada Sarasola, Miguel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add initial version of docker-compose.yml with gitlab-runner config
parent
bf885f98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
roboticsbuilder/docker-compose.yml
roboticsbuilder/docker-compose.yml
+10
-0
No files found.
roboticsbuilder/docker-compose.yml
0 → 100644
View file @
4a641165
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"
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment