Skip to content

Commit

Permalink
update process compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jun 10, 2024
1 parent ff68ff2 commit ec31d16
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ processes:
command: cargo run --bin marshal -- -d "redis://:changeme!@localhost:6379"

broker_0:
command: cargo run --bin broker -- -d "redis://:changeme!@localhost:6379"
command: cargo run --bin broker -- -d "redis://:changeme!@localhost:6379" --metrics-bind-endpoint localhost:9090

broker_1:
command: cargo run --bin broker --release --
Expand All @@ -21,9 +21,6 @@ processes:
--private-advertise-endpoint local_ip:1741
-d "redis://:changeme!@localhost:6379"

client_0:
command: cargo run --bin client --release -- -m "127.0.0.1:1737"

# Uncomment the following lines to run misbehaving processes and the Tokio console

# broker_tokio_console:
Expand All @@ -45,8 +42,8 @@ processes:
# marshal_0:
# condition: process_started

# bad_sender:
# command: cargo run --bin bad-sender -- -m "127.0.0.1:1737"
# depends_on:
# marshal_0:
# condition: process_started
bad_sender:
command: cargo run --bin bad-sender -- -m "127.0.0.1:1737"
depends_on:
marshal_0:
condition: process_started

0 comments on commit ec31d16

Please sign in to comment.