added new yamls
This commit is contained in:
16
gitlab-runner.yaml
Normal file
16
gitlab-runner.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "3.9"
|
||||
|
||||
services:
|
||||
gitlab-runner:
|
||||
image: gitlab/gitlab-runner:latest
|
||||
container_name: gitlab-runner
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
privileged: true
|
||||
volumes:
|
||||
- /docker/gitlab-runner-config:/etc/gitlab-runner
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /mnt/stg/gitlabrunner-cache:/cache
|
||||
labels:
|
||||
- "com.portainer.accesscontrol.enable=true"
|
||||
- "com.example.description=GitLab Runner container"
|
||||
Reference in New Issue
Block a user