This commit is contained in:
2025-10-14 11:09:08 +02:00
commit 6e3589c0b6
3 changed files with 53 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
github-runner:
build: .
container_name: github-runner
environment:
RUNNER_TOKEN: "YourToken"
OWNER: "Your GitHub name"
REPO: "Your Repository name"
restart: unless-stopped
networks:
- net
networks:
net:
name: docker_public
external: true