Skip to content

Commit

Permalink
Fix the broker and marshal
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Apr 29, 2024
1 parent 4053075 commit 3c8630d
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions system_tests/espresso-e2e/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ services:
- cdn-marshal
- -d
- redis://:changemeplease!!@keydb:6379
- --bind-port
- -b
- $ESPRESSO_CDN_SERVER_PORT
- --metrics-enabled
- --metrics-port
- $ESPRESSO_CDN_SERVER_METRICS_PORT
- -m
- 0.0.0.0:$ESPRESSO_CDN_SERVER_METRICS_PORT
depends_on:
keydb:
condition: service_healthy
Expand All @@ -72,13 +71,12 @@ services:
- cdn-broker
- -d
- redis://:changemeplease!!@keydb:6379
- --public-advertise-address
- --public-advertise-endpoint
- broker-0:1738
- --private-advertise-address
- --private-advertise-endpoint
- broker-0:1739
- --metrics-enabled
- --metrics-port
- $ESPRESSO_CDN_SERVER_METRICS_PORT
- -m
- 0.0.0.0:$ESPRESSO_CDN_SERVER_METRICS_PORT
depends_on:
keydb:
condition: service_healthy
Expand All @@ -93,13 +91,12 @@ services:
- cdn-broker
- -d
- redis://:changemeplease!!@keydb:6379
- --public-advertise-address
- --public-advertise-endpoint
- broker-1:1738
- --private-advertise-address
- --private-advertise-endpoint
- broker-1:1739
- --metrics-enabled
- --metrics-port
- $ESPRESSO_CDN_SERVER_METRICS_PORT
- -m
- 0.0.0.0:$ESPRESSO_CDN_SERVER_METRICS_PORT
depends_on:
keydb:
condition: service_healthy
Expand Down

0 comments on commit 3c8630d

Please sign in to comment.