18 lines
440 B
YAML
18 lines
440 B
YAML
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 |