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.enable" = "true";
|
||||||
"com.centurylinklabs.watchtower.scope" = "act-runner";
|
"com.centurylinklabs.watchtower.scope" = "act-runner";
|
||||||
};
|
};
|
||||||
|
ports = [ "8088:8088" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"${act_path}/stable-latest-1/config.yaml:/config.yaml"
|
"${act_path}/stable-latest-1/config.yaml:/config.yaml"
|
||||||
"${act_path}/stable-latest-1/data:/data"
|
"${act_path}/stable-latest-1/data:/data"
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
# gitea
|
# gitea
|
||||||
2222
|
2222
|
||||||
2223
|
2223
|
||||||
|
8088
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,12 @@ in
|
|||||||
LEVEL = "Trace";
|
LEVEL = "Trace";
|
||||||
ENABLE_SSH_LOG = true;
|
ENABLE_SSH_LOG = true;
|
||||||
};
|
};
|
||||||
|
cache = {
|
||||||
|
enabled = true;
|
||||||
|
dir = "";
|
||||||
|
host = "192.168.76.2";
|
||||||
|
port = "8088";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
stateDir = base_path;
|
stateDir = base_path;
|
||||||
lfs.enable = true;
|
lfs.enable = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user