Files
Compose-Files/Docker-Compose/gitlab-runner/files/compose.yaml
T
2026-07-23 19:38:14 -04:00

9 lines
290 B
YAML

services:
<< service_name >>:
image: docker.io/gitlab/gitlab-runner:alpine-v17.9.1
container_name: << container_name >>
volumes:
- ./config/config.toml:/etc/gitlab-runner/config.toml:ro
- /var/run/docker.sock:/var/run/docker.sock
restart: << restart_policy >>