compose.yaml 264 B

123456789
  1. ---
  2. services:
  3. gitlab-runner:
  4. image: gitlab/gitlab-runner:alpine3.19
  5. container_name: gitlab-runner-1
  6. volumes:
  7. - ./config/config.toml:/etc/gitlab-runner/config.toml:ro
  8. - /var/run/docker.sock:/var/run/docker.sock
  9. restart: unless-stopped