runner setup

This commit is contained in:
tom 2024-08-03 00:02:11 +02:00
parent 710ffc2603
commit 7a51d83956
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@
GITEA_INSTANCE_URL = "http://10.0.0.24:3000";
GITEA_RUNNER_REGISTRATION_TOKEN = "GPf0fQ10T56S5UMb8Mrr7674V1VWjOQaDDuo1CRQ";
GITEA_RUNNER_NAME = "runner01";
GITEA_RUNNER_LABELS = "ubuntu-latest";
GITEA_RUNNER_LABELS = "ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster";
};
volumes = [
"/root/docker/runner01/data:/data"
@ -146,7 +146,7 @@
GITEA_INSTANCE_URL = "http://10.0.0.24:3000";
GITEA_RUNNER_REGISTRATION_TOKEN = "GPf0fQ10T56S5UMb8Mrr7674V1VWjOQaDDuo1CRQ";
GITEA_RUNNER_NAME = "runner02";
GITEA_RUNNER_LABELS = "ubuntu-latest";
GITEA_RUNNER_LABELS = "ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster";
};
volumes = [
"/root/docker/runner02/data:/data"