gitea runner
This commit is contained in:
@@ -27,6 +27,7 @@ in {
|
|||||||
secret = name;
|
secret = name;
|
||||||
extraEnv = {
|
extraEnv = {
|
||||||
ETHERCALC_PORT = "8080";
|
ETHERCALC_PORT = "8080";
|
||||||
|
#CONNECT TO REDIS
|
||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user