9 lines
290 B
YAML
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 >>
|