port fix #24

Merged
ahuston-0 merged 1 commits from feature/hydra-eval into main 2025-03-03 12:38:05 -05:00
Showing only changes of commit eb6ff4adbc - Show all commits

View File

@ -63,7 +63,6 @@ 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-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"
@ -86,7 +85,6 @@ 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-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"
@ -109,7 +107,6 @@ 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-4/config.yaml:/config.yaml" "${act_path}/stable-latest-4/config.yaml:/config.yaml"
"${act_path}/stable-latest-4/data:/data" "${act_path}/stable-latest-4/data:/data"
@ -132,7 +129,6 @@ 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-5/config.yaml:/config.yaml" "${act_path}/stable-latest-5/config.yaml:/config.yaml"
"${act_path}/stable-latest-5/data:/data" "${act_path}/stable-latest-5/data:/data"