Commit 18b52faa authored by nanahira's avatar nanahira

new

parent 1a78195e
version: '2.4'
services:
runner:
restart: always
image: gitlab/gitlab-runner:latest
privileged: true
volumes:
- ./cache:/cache
- ./config:/etc/gitlab-runner
- /var/run/docker.sock:/var/run/docker.sock
cleaner:
restart: always
image: quay.io/gitlab/gitlab-runner-docker-cleanup
environment:
LOW_FREE_SPACE: 10G
EXPECTED_FREE_SPACE: 20G
DEFAULT_TTL: 10m
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment