reorganized GH runner setups

This commit is contained in:
Palash Tyagi
2025-05-04 00:53:19 +01:00
parent 33d021072e
commit eb28b93781
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# docker-compose.yml
services:
github-runner:
build:
context: .
args:
RUNNER_VERSION: 2.323.0
# container_name commented to allow for multiple runners
# container_name: github-runner
env_file:
- .env
volumes:
- runner-work:/home/runner/actions-runner/_work
restart: unless-stopped
volumes:
runner-work: