act cache ports
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 29s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m23s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 4m16s

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2025-01-25 21:24:27 -05:00
parent f2397a0bac
commit 32190dec68
3 changed files with 8 additions and 0 deletions

View File

@ -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"