rm cfg
This commit is contained in:
@@ -92,7 +92,7 @@ in {
|
|||||||
image = "gitea/act_runner:${version}";
|
image = "gitea/act_runner:${version}";
|
||||||
secret = name;
|
secret = name;
|
||||||
extraEnv = {
|
extraEnv = {
|
||||||
CONFIG_FILE="/data/config.yml";
|
#CONFIG_FILE="/data/config.yml";
|
||||||
GITEA_INSTANCE_URL="https://${containerCfg.subdomain}.${serverCfg.domain}";
|
GITEA_INSTANCE_URL="https://${containerCfg.subdomain}.${serverCfg.domain}";
|
||||||
GITHUB_INSTANCE_URL="https://${containerCfg.subdomain}.${serverCfg.domain}";
|
GITHUB_INSTANCE_URL="https://${containerCfg.subdomain}.${serverCfg.domain}";
|
||||||
};
|
};
|
||||||
@@ -102,7 +102,6 @@ in {
|
|||||||
"${serverCfg.path.data}/gitea/runner:/data"
|
"${serverCfg.path.data}/gitea/runner:/data"
|
||||||
"/var/run/podman/podman.sock:/var/run/docker.sock"
|
"/var/run/podman/podman.sock:/var/run/docker.sock"
|
||||||
];
|
];
|
||||||
# ports = [ "8088:8088" ];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user