Files
github-runner/docker-compose.yml.example
2025-10-14 15:22:37 +02:00

17 lines
305 B
Plaintext

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