added new yamls

This commit is contained in:
2025-05-17 13:21:29 +02:00
parent 02f36dd01c
commit 3c6fdfdc96
2 changed files with 65 additions and 0 deletions

16
gitlab-runner.yaml Normal file
View 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"