runner agent setup
This commit is contained in:
@@ -7,13 +7,14 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
- CONFIG_FILE=/config.yaml
|
|
||||||
- GITEA_INSTANCE_URL=https://gitea.eu1.netbird.services/
|
- GITEA_INSTANCE_URL=https://gitea.eu1.netbird.services/
|
||||||
- GITEA_RUNNER_REGISTRATION_TOKEN=XhjNgsRCjaE0mA5KZVmbv1iAnPXAIkFJjAfBhZEz
|
- GITEA_RUNNER_REGISTRATION_TOKEN=XhjNgsRCjaE0mA5KZVmbv1iAnPXAIkFJjAfBhZEz
|
||||||
- GITEA_RUNNER_NAME=homelab-runner
|
- GITEA_RUNNER_NAME=homelab-runner
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- gitea_net
|
- gitea_net
|
||||||
@@ -21,3 +22,4 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
gitea_net:
|
gitea_net:
|
||||||
external: true
|
external: true
|
||||||
|
name: gitea_gitea
|
||||||
Reference in New Issue
Block a user