Skip to content
Snippets Groups Projects

WIP: Upload docker-compose.yml with robotics builder services

2 unresolved threads

Closes #3 (closed)

Edited by Prada Sarasola, Miguel

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 version: '2'
2 services:
3 gitlab-runner:
4 image: "gitlab/gitlab-runner:latest"
5 restart: always
  • I always prefer to set the restart policy to unless-stopped. If I stop the container manually, there must be some reason for it (maybe upgrading the image), and then I do not want it to be restarted automatically.

  • Please register or sign in to reply
  • 1 version: '2'
    2 services:
    3 gitlab-runner:
    4 image: "gitlab/gitlab-runner:latest"
  • closed

  • Please register or sign in to reply
    Loading