Compare commits
No commits in common. "main" and "v1.1.0-2" have entirely different histories.
2 changed files with 0 additions and 19 deletions
11
README.md
11
README.md
|
|
@ -1,13 +1,2 @@
|
||||||
# runner-docker
|
# runner-docker
|
||||||
|
|
||||||
Use this to register the runner
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker run -it -v $(pwd)/runner.conf:/app/.runner git.itzyanick.de/itzyanick/runner-docker:v1.1.0-2 ./forgejo-runner register
|
|
||||||
```
|
|
||||||
|
|
||||||
Then run the runner
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker compose up -d
|
|
||||||
```
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
version: "3.7"
|
|
||||||
services:
|
|
||||||
runner:
|
|
||||||
image: git.itzyanick.de/itzyanick/runner-docker:v1.1.0-2
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- "./runner.conf:/app/.runner"
|
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
|
||||||
Loading…
Reference in a new issue