feat: gitea runner cache config
This commit is contained in:
@@ -62,6 +62,11 @@ in {
|
|||||||
container = {
|
container = {
|
||||||
network = "podman";
|
network = "podman";
|
||||||
};
|
};
|
||||||
|
cache = {
|
||||||
|
enabled = true;
|
||||||
|
host = "${config.networkPrefix}.97.5${toString idx}"; # LAN IP of the machine running act_runner
|
||||||
|
port = 8088; # any free TCP port
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user