Skip to content

Commit

Permalink
remove global-permits from process compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Apr 4, 2024
1 parent c48f844 commit a04052d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions process-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ processes:
command: echo 'requirepass changeme!' | keydb-server - --save "" --appendonly no

marshal_0:
command: cargo run --package cdn-marshal --features global-permits --release -- -d "redis://:changeme!@localhost:6379"
command: cargo run --package cdn-marshal --release -- -d "redis://:changeme!@localhost:6379"

broker_0:
command: cargo run --package cdn-broker --features global-permits --release -- -d "redis://:changeme!@localhost:6379"
command: cargo run --package cdn-broker --release -- -d "redis://:changeme!@localhost:6379"

broker_1:
command: cargo run --package cdn-broker --features global-permits --release --
command: cargo run --package cdn-broker --release --
--public-bind-address 0.0.0.0:1740
--public-advertise-address local_ip:1740
--private-bind-address 0.0.0.0:1741
Expand Down

0 comments on commit a04052d

Please sign in to comment.