[READ-ONLY] Mirror of https://github.com/maybeanerd/home-cluster. IAC for a kubernetes cluster hosted at home. status.cluster.diluz.io
hacktoberfest
1

Configure Feed

Select the types of activity you want to include in your feed.

feat: gitlab runner (#1383)

authored by

Sebastian Di Luzio and committed by
GitHub
(May 10, 2026, 12:31 PM UTC) c8d9a4c6 77f85b47

+10
+10
off-cluster/gitlab-runner/docker-compose.yml
··· 1 + version: "3.9" 2 + services: 3 + gitlab-runner: 4 + image: "gitlab/gitlab-runner:v18.11.0" 5 + volumes: 6 + - /var/run/docker.sock:/var/run/docker.sock 7 + - runner-config:/etc/gitlab-runner 8 + restart: always 9 + volumes: 10 + runner-config: