init
This commit is contained in:
commit
6009090bba
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
|
||||
"id": 2,
|
||||
"uuid": "63788d1f-d8d3-4685-94d1-398a4f8d292c",
|
||||
"name": "85122098c621",
|
||||
"token": "1a9559508f50e1206f334873d6928153c7e354d2",
|
||||
"address": "https://gitea.guineapig.love",
|
||||
"labels": [
|
||||
"ubuntu-latest:docker://gitea/runner-images:ubuntu-latest",
|
||||
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04",
|
||||
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
runner:
|
||||
image: gitea/act_runner:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/act_runner:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- GITEA_INSTANCE_URL=https://gitea.guineapig.love
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN=0Hm4ZpZFbfBzgoyw2WNZWoYNfteqDMruUXtjCaRv
|
Loading…
Reference in New Issue