gitea runner
This commit is contained in:
23
GiteaRuner/compose.yml
Normal file
23
GiteaRuner/compose.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
version: "3.8"
|
||||||
|
|
||||||
|
services:
|
||||||
|
gitea-runner:
|
||||||
|
image: gitea/act_runner:latest
|
||||||
|
container_name: gitea-runner
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
environment:
|
||||||
|
- CONFIG_FILE=/config.yaml
|
||||||
|
- GITEA_INSTANCE_URL=https://gitea.eu1.netbird.services/
|
||||||
|
- GITEA_RUNNER_REGISTRATION_TOKEN=XhjNgsRCjaE0mA5KZVmbv1iAnPXAIkFJjAfBhZEz
|
||||||
|
- GITEA_RUNNER_NAME=homelab-runner
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- ./data:/data
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- gitea_net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
gitea_net:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user