Skip to content

Commit

Permalink
update npm execs for (broker) nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
harbu committed Aug 7, 2024
1 parent 1fb8a7c commit 3935a53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ services:
environment:
STREAMR_URL: "${STREAMR_BASE_URL}"
CASSANDRA_HOST: 10.200.10.1:9042
command: npm exec -- streamr-broker configs/docker-1.env.json
command: npm exec -c -- streamr-node configs/docker-1.env.json
healthcheck:
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8891/info"]
interval: 30s
Expand All @@ -161,7 +161,7 @@ services:
condition: service_completed_successfully
environment:
STREAMR_URL: "${STREAMR_BASE_URL}"
command: npm exec -- streamr-broker configs/docker-2.env.json
command: npm exec -c -- streamr-node configs/docker-2.env.json
healthcheck:
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8791/info"]
interval: 30s
Expand All @@ -186,7 +186,7 @@ services:
condition: service_completed_successfully
environment:
STREAMR_URL: "${STREAMR_BASE_URL}"
command: npm exec -- streamr-broker configs/docker-3.env.json
command: npm exec -c -- streamr-node configs/docker-3.env.json
healthcheck:
test: ["CMD", "curl", "--fail", "--silent", "--show-error", "--max-time", "9", "http://localhost:8691/info"]
interval: 30s
Expand Down

0 comments on commit 3935a53

Please sign in to comment.