Add compose.yaml
This commit is contained in:
parent
161bb69209
commit
1231f227d3
18
compose.yaml
Normal file
18
compose.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
actionrunner:
|
||||||
|
container_name: ""
|
||||||
|
restart: unless-stopped
|
||||||
|
image: docker.io/gitea/act_runner:0.2.11
|
||||||
|
environment:
|
||||||
|
CONFIG_FILE: /config.yaml
|
||||||
|
GITEA_INSTANCE_URL: ""
|
||||||
|
GITEA_RUNNER_REGISTRATION_TOKEN: test
|
||||||
|
GITEA_RUNNER_NAME: ""
|
||||||
|
volumes:
|
||||||
|
- ./config.yaml:/config.yaml
|
||||||
|
- actionrunner:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
actionrunner:
|
||||||
|
driver: local
|
Loading…
x
Reference in New Issue
Block a user