runner agent setup
This commit is contained in:
@@ -7,13 +7,14 @@ services:
|
||||
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
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
|
||||
networks:
|
||||
- gitea_net
|
||||
@@ -21,3 +22,4 @@ services:
|
||||
networks:
|
||||
gitea_net:
|
||||
external: true
|
||||
name: gitea_gitea
|
||||
Reference in New Issue
Block a user