gitea runner
This commit is contained in:
@@ -27,6 +27,7 @@ in {
|
||||
secret = name;
|
||||
extraEnv = {
|
||||
ETHERCALC_PORT = "8080";
|
||||
#CONNECT TO REDIS
|
||||
};
|
||||
overrides = {
|
||||
volumes = [
|
||||
|
||||
@@ -120,7 +120,7 @@ in {
|
||||
--instance "https://${containerCfg.subdomain}.${serverCfg.hostDomain}" \
|
||||
--token "$RUNNER_TOKEN" \
|
||||
--name "Runner" \
|
||||
--labels "ubuntu-latest:docker://gitea/runner-images:ubuntu-latest-slim" \
|
||||
--labels "ubuntu-latest:docker://catthehacker/ubuntu:act-latest" \
|
||||
--no-interactive
|
||||
|
||||
|
||||
|
||||
@@ -55,11 +55,6 @@
|
||||
db = true;
|
||||
subdomain = "pad";
|
||||
};
|
||||
ethercalc = {
|
||||
enable = true;
|
||||
sops = true;
|
||||
subdomain = "calc";
|
||||
};
|
||||
gitea = {
|
||||
enable = true;
|
||||
db = true;
|
||||
|
||||
Reference in New Issue
Block a user