compose.yaml.j2 274 B

12345678
  1. services:
  2. gitlab-runner:
  3. image: docker.io/gitlab/gitlab-runner:alpine-v17.9.1
  4. container_name: gitlab-runner-1
  5. volumes:
  6. - ./config/config.toml:/etc/gitlab-runner/config.toml:ro
  7. - /var/run/docker.sock:/var/run/docker.sock
  8. restart: unless-stopped