gitea runner

This commit is contained in:
soraefir
2026-05-12 01:06:14 +02:00
parent 26cb095014
commit cd4c727255
3 changed files with 2 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ in {
secret = name; secret = name;
extraEnv = { extraEnv = {
ETHERCALC_PORT = "8080"; ETHERCALC_PORT = "8080";
#CONNECT TO REDIS
}; };
overrides = { overrides = {
volumes = [ volumes = [

View File

@@ -120,7 +120,7 @@ in {
--instance "https://${containerCfg.subdomain}.${serverCfg.hostDomain}" \ --instance "https://${containerCfg.subdomain}.${serverCfg.hostDomain}" \
--token "$RUNNER_TOKEN" \ --token "$RUNNER_TOKEN" \
--name "Runner" \ --name "Runner" \
--labels "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest-slim" \ --labels "ubuntu-latest:docker://catthehacker/ubuntu:act-latest" \
--no-interactive --no-interactive

View File

@@ -55,11 +55,6 @@
db = true; db = true;
subdomain = "pad"; subdomain = "pad";
}; };
ethercalc = {
enable = true;
sops = true;
subdomain = "calc";
};
gitea = { gitea = {
enable = true; enable = true;
db = true; db = true;