Skip to content

Instantly share code, notes, and snippets.

@noobogami
Last active September 17, 2025 12:48
Show Gist options
  • Select an option

  • Save noobogami/36fceff876ebff70b3063f3da4adc989 to your computer and use it in GitHub Desktop.

Select an option

Save noobogami/36fceff876ebff70b3063f3da4adc989 to your computer and use it in GitHub Desktop.
Gitlab Runner Docker Compose
version: '3'
services:
gitlab-runner:
image: gitlab/gitlab-runner:latest
container_name: gitlab-runner
restart: always
volumes:
- './config:/etc/gitlab-runner'
- '/var/run/docker.sock:/var/run/docker.sock'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment