Add GitLab runner

This commit is contained in:
2021-12-17 00:41:08 +01:00
parent ecbe45a15b
commit f5f661ac4c
2 changed files with 17 additions and 0 deletions
+13
View File
@@ -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