Add GitLab runner
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
# Webserver for static files and reverse proxy
|
||||
gitlab_runner:
|
||||
image: gitlab/gitlab-runner:alpine
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- gitlab_runner_config:/etc/gitlab-runner
|
||||
restart: always
|
||||
volumes:
|
||||
gitlab_runner_config:
|
||||
external: yes
|
||||
Reference in New Issue
Block a user