template.yaml 818 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Gitlab-Runner
  5. description: |-
  6. Docker compose setup for Gitlab-Runner, a build instance for Gitlab CI/CD pipelines.
  7. This template configures Gitlab-Runner with Docker executor and integrates it with a Gitlab instance.
  8. Project: https://docs.gitlab.com/runner/
  9. Documentation: https://docs.gitlab.com/runner/
  10. GitHub: https://github.com/gitlab/gitlab-runner
  11. version: alpine-v17.9.1
  12. author: Christian Lempa
  13. date: "2025-09-28"
  14. tags: []
  15. icon:
  16. provider: selfh
  17. id: gitlab
  18. draft: true
  19. next_steps: ""
  20. schema: "1.2"
  21. spec:
  22. general:
  23. vars:
  24. service_name:
  25. default: gitlab-runner
  26. restart_policy:
  27. type: enum
  28. options: [unless-stopped, always, on-failure, "no"]
  29. default: unless-stopped
  30. required: true