You've already forked gitea-act-runner
added act runner deployment
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
services:
|
||||
runner:
|
||||
image:
|
||||
environment:
|
||||
- CONFIG_FILE=/config.yaml
|
||||
- GITEA_INSTANCE_URL="${GITEA_URL}"
|
||||
- GITEA_RUNNER_REGISTRATION_TOKEN="${GITEA_TOKEN}"
|
||||
- GITEA_RUNNER_NAME="${ACT_NAME}"
|
||||
volumes:
|
||||
- ${ACT_DATA}/config.yaml:/config.yaml
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
Reference in New Issue
Block a user