This commit is contained in:
2025-10-14 15:22:37 +02:00
parent 6e3589c0b6
commit 499c0270af

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