act cache ports
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
f2397a0bac
commit
32190dec68
@ -17,6 +17,7 @@ in
|
||||
"com.centurylinklabs.watchtower.enable" = "true";
|
||||
"com.centurylinklabs.watchtower.scope" = "act-runner";
|
||||
};
|
||||
ports = [ "8088:8088" ];
|
||||
volumes = [
|
||||
"${act_path}/stable-latest-1/config.yaml:/config.yaml"
|
||||
"${act_path}/stable-latest-1/data:/data"
|
||||
|
@ -17,6 +17,7 @@
|
||||
# gitea
|
||||
2222
|
||||
2223
|
||||
8088
|
||||
];
|
||||
|
||||
}
|
||||
|
@ -39,6 +39,12 @@ in
|
||||
LEVEL = "Trace";
|
||||
ENABLE_SSH_LOG = true;
|
||||
};
|
||||
cache = {
|
||||
enabled = true;
|
||||
dir = "";
|
||||
host = "192.168.76.2";
|
||||
port = "8088";
|
||||
};
|
||||
};
|
||||
stateDir = base_path;
|
||||
lfs.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user