Gitlab-runner/docker-compose.yml

12 lines
308 B
YAML
Raw Permalink Normal View History

2021-09-09 22:02:10 +00:00
version: "3.2"
services:
runner:
image: gitlab/gitlab-runner:latest
container_name: gitlab_runner
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/services:/opt/services
- ./config:/etc/gitlab-runner