Files
home_server/runner-gitlab/docker-compose.yml
T
2024-02-03 11:58:42 +01:00

14 lines
295 B
YAML

version: '3'
services:
gitlab-runner:
image: 'gitlab/gitlab-runner:latest'
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/gitlab-runner/config:/etc/gitlab-runner
restart: unless-stopped
networks:
- traefik
networks:
traefik:
external: true