init to git

This commit is contained in:
2026-06-01 15:11:02 +03:00
commit d56a04c69e
36 changed files with 3272 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# https://github.com/myoung34/docker-github-actions-runner/wiki/Usage
services:
github-runner-myorg:
image: git.neo24.net/public/github-action-runner:latest
#image: myoung34/github-runner:latest
restart: unless-stopped
container_name: github-runner-myorg
privileged: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data/myorg:/home/runner/work
environment:
DOCKER_HOST: unix:///var/run/docker.sock
RUNNER_NAME: ghr-myorg
RUNNER_SCOPE: org
ORG_NAME: myorg
LABELS: self-hosted,linux,docker,x64
RUNNER_WORKDIR: /home/runner/work
ACCESS_TOKEN: ghp_XXXXXXXXXXXXXXXXXXXXXXXXXX