Skip to content

Commit

Permalink
point broker-nodes to brubeck latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
harbu committed Jan 31, 2024
1 parent cc62469 commit b4ceba4
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 @@ -190,7 +190,7 @@ services:
retries: 10
broker-node-storage-1:
container_name: streamr-dev-broker-node-storage-1
image: streamr/broker-node:dev
image: streamr/broker-node:v33.4.0
init: true
networks:
- streamr-network
Expand All @@ -217,7 +217,7 @@ services:
retries: 20
broker-node-no-storage-1:
container_name: streamr-dev-broker-node-no-storage-1
image: streamr/broker-node:dev
image: streamr/broker-node:v33.4.0
init: true
networks:
- streamr-network
Expand All @@ -241,7 +241,7 @@ services:
retries: 20
broker-node-no-storage-2:
container_name: streamr-dev-broker-node-no-storage-2
image: streamr/broker-node:dev
image: streamr/broker-node:v33.4.0
init: true
networks:
- streamr-network
Expand Down

0 comments on commit b4ceba4

Please sign in to comment.