gitlab runner
This commit is contained in:
parent
df25697229
commit
9f60e2d5cb
1 changed files with 7 additions and 1 deletions
|
@ -45,3 +45,9 @@ services:
|
|||
shm_size: '256m'
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
gitlab-runner:
|
||||
image: gitlab/gitlab-runner:latest
|
||||
volumes:
|
||||
- /srv/gitlab/other/runner:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
|
Reference in a new issue