gitlab runner
This commit is contained in:
parent
df25697229
commit
9f60e2d5cb
1 changed files with 7 additions and 1 deletions
|
@ -44,4 +44,10 @@ services:
|
||||||
- /srv/gitlab/other/logs:/var/log/gitlab
|
- /srv/gitlab/other/logs:/var/log/gitlab
|
||||||
shm_size: '256m'
|
shm_size: '256m'
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- 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