docker-compose-updater/compose/github-runner.yml
Andras Schmelczer 3f60b72c3b
Some checks failed
Build and Publish Docker Image / test (push) Failing after 5s
Build and Publish Docker Image / build-and-push (push) Has been skipped
Build and Publish Docker Image / security-scan (push) Has been skipped
Initial
2026-03-23 07:44:26 +00:00

20 lines
463 B
YAML

name: active
services:
github-runner:
build:
context: /volumes/github-runner
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- REPO_URL=https://github.com/schmelczer/vault-link
- ACCESS_TOKEN=$GITHUB_ACTIONS_RUNNER_TOKEN
restart: unless-stopped
deploy:
resources:
limits:
cpus: '6'
memory: '8G'
mode: replicated
replicas: 3
init: true
tty: true