mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
Add docker-compose configuration for GitHub Actions runner
This commit is contained in:
parent
6d0430e5ed
commit
aca1e1381f
17
.github/runner/docker-compose.yml
vendored
Normal file
17
.github/runner/docker-compose.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# docker-compose.yml
|
||||
|
||||
services:
|
||||
github-runner:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
RUNNER_VERSION: 2.323.0
|
||||
container_name: github-runner
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- runner-work:/home/runner/actions-runner/_work
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
runner-work:
|
Loading…
x
Reference in New Issue
Block a user