feat(gatus): more services
This commit is contained in:
parent
2f9eca09dc
commit
b7aa7a4ba0
3 changed files with 32 additions and 0 deletions
|
@ -45,10 +45,13 @@ services:
|
|||
shm_size: '256m'
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
||||
gitlab-runner:
|
||||
image: gitlab/gitlab-runner:latest
|
||||
volumes:
|
||||
- /srv/gitlab/other/runner:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- internal
|
||||
|
||||
|
|
Reference in a new issue