add attic back in #1

Merged
ahuston-0 merged 22 commits from feature/attic into main 2025-01-26 13:28:26 -05:00
Showing only changes of commit 1a0e9ed16b - Show all commits

View File

@ -41,7 +41,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" ]; # ports = [ "8088:8088" ];
volumes = [ volumes = [
"${act_path}/stable-latest-2/config.yaml:/config.yaml" "${act_path}/stable-latest-2/config.yaml:/config.yaml"
"${act_path}/stable-latest-2/data:/data" "${act_path}/stable-latest-2/data:/data"
@ -64,7 +64,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" ]; # ports = [ "8088:8088" ];
volumes = [ volumes = [
"${act_path}/stable-latest-3/config.yaml:/config.yaml" "${act_path}/stable-latest-3/config.yaml:/config.yaml"
"${act_path}/stable-latest-3/data:/data" "${act_path}/stable-latest-3/data:/data"