feat: gitea runner cache config
This commit is contained in:
parent
399f67ba25
commit
eccac4d4a2
1 changed files with 5 additions and 0 deletions
|
|
@ -62,6 +62,11 @@ in {
|
|||
container = {
|
||||
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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue