Skip to content

Commit 20f8daa

Browse files
committed
feat: Set healthy-semaphore config and target image-tag for explorer service.
1 parent 3072a83 commit 20f8daa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

apps/cli/src/exec/rollups.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ const availableServices: Service[] = [
182182
},
183183
{
184184
name: "explorer",
185-
healthySemaphore: "explorer_api",
185+
healthySemaphore: "explorer",
186186
healthyTitle: (port) =>
187187
`${chalk.cyan("explorer")} service ready at ${chalk.cyan(`${host}:${port}/explorer`)}`,
188188
waitTitle: `${chalk.cyan("explorer")} service starting...`,
@@ -302,9 +302,7 @@ export const startEnvironment = async (options: {
302302
if (services.includes("explorer")) {
303303
files.push(
304304
explorer({
305-
imageTag: "1.4.0",
306-
apiTag: "1.1.0",
307-
databasePassword,
305+
imageTag: "2.0.0-alpha.1",
308306
port,
309307
}),
310308
);

0 commit comments

Comments
 (0)