add process-compose config and justfile, move all port numbers higher

This commit is contained in:
2025-02-06 19:51:49 -05:00
parent dd37364378
commit 173bfeb8ea
8 changed files with 96 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ def read_stats(socket_address):
if __name__ == "__main__":
counter = 0
nodes =["127.0.0.1:9027", "127.0.0.1:9030"]
nodes =["127.0.0.1:19027", "127.0.0.1:19030"]
for node in nodes:
port = node.split(":")[-1]
socket_address = f"{port}_stats.sock"