@@ -42,7 +42,7 @@ const baseServices: Service[] = [
4242 {
4343 name : "rpc" ,
4444 file : "docker-compose-node.yaml" ,
45- healthySemaphore : "proxy " ,
45+ healthySemaphore : "rollups-node " ,
4646 healthyTitle : ( port ) =>
4747 `${ chalk . cyan ( "rpc" ) } service ready at ${ chalk . cyan ( `${ host } :${ port } /rpc` ) } ` ,
4848 waitTitle : `${ chalk . cyan ( "rpc" ) } service starting...` ,
@@ -51,7 +51,7 @@ const baseServices: Service[] = [
5151 {
5252 name : "inspect" ,
5353 file : "docker-compose-node.yaml" ,
54- healthySemaphore : "proxy " ,
54+ healthySemaphore : "rollups-node " ,
5555 healthyTitle : ( port ) =>
5656 `${ chalk . cyan ( "inspect" ) } service ready at ${ chalk . cyan ( `${ host } :${ port } /inspect/<application_address>` ) } ` ,
5757 waitTitle : `${ chalk . cyan ( "inspect" ) } service starting...` ,
@@ -63,7 +63,7 @@ const availableServices: Service[] = [
6363 {
6464 name : "bundler" ,
6565 file : "docker-compose-bundler.yaml" ,
66- healthySemaphore : "proxy " ,
66+ healthySemaphore : "bundler " ,
6767 healthyTitle : ( port ) =>
6868 `${ chalk . cyan ( "bundler" ) } service ready at ${ chalk . cyan ( `${ host } :${ port } /bundler/rpc` ) } ` ,
6969 waitTitle : `${ chalk . cyan ( "bundler" ) } service starting...` ,
@@ -72,7 +72,7 @@ const availableServices: Service[] = [
7272 {
7373 name : "espresso" ,
7474 file : "docker-compose-espresso.yaml" ,
75- healthySemaphore : "proxy " ,
75+ healthySemaphore : "espresso " ,
7676 healthyTitle : ( port ) =>
7777 `${ chalk . cyan ( "espresso" ) } service ready at ${ chalk . cyan ( `${ host } :${ port } /espresso` ) } ` ,
7878 waitTitle : `${ chalk . cyan ( "espresso" ) } service starting...` ,
@@ -81,7 +81,7 @@ const availableServices: Service[] = [
8181 {
8282 name : "explorer" ,
8383 file : "docker-compose-explorer.yaml" ,
84- healthySemaphore : "proxy " ,
84+ healthySemaphore : "explorer_api " ,
8585 healthyTitle : ( port ) =>
8686 `${ chalk . cyan ( "explorer" ) } service ready at ${ chalk . cyan ( `${ host } :${ port } /explorer` ) } ` ,
8787 waitTitle : `${ chalk . cyan ( "explorer" ) } service starting...` ,
@@ -90,7 +90,7 @@ const availableServices: Service[] = [
9090 {
9191 name : "graphql" ,
9292 file : "docker-compose-graphql.yaml" ,
93- healthySemaphore : "proxy " ,
93+ healthySemaphore : "graphql " ,
9494 healthyTitle : ( port ) =>
9595 `${ chalk . cyan ( "graphql" ) } service ready at ${ chalk . cyan ( `${ host } :${ port } /graphql` ) } ` ,
9696 waitTitle : `${ chalk . cyan ( "graphql" ) } service starting...` ,
@@ -99,7 +99,7 @@ const availableServices: Service[] = [
9999 {
100100 name : "paymaster" ,
101101 file : "docker-compose-paymaster.yaml" ,
102- healthySemaphore : "proxy " ,
102+ healthySemaphore : "paymaster " ,
103103 healthyTitle : ( port ) =>
104104 `${ chalk . cyan ( "paymaster" ) } service ready at ${ chalk . cyan ( `${ host } :${ port } /paymaster` ) } ` ,
105105 waitTitle : `${ chalk . cyan ( "paymaster" ) } service starting...` ,
0 commit comments