Skip to content

Commit

Permalink
chore: bump versions used in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Sep 9, 2023
1 parent 040ce0a commit 34d1b3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
version: "3.8"
services:
reader:
image: "starknet/firestark:0.1.2-pathfinder-0.4.5"
image: "starknet/firestark:0.2.0-pathfinder-0.8.1"
user: "root"
command:
- "--config-file"
Expand All @@ -22,13 +22,13 @@ services:
- "--reader-node-path"
- "pathfinder"
- "--reader-node-arguments"
- "--data-directory /pathfinder-data --ethereum.url ${ETHEREUM_URL} --poll-pending TRUE"
- "--data-directory /pathfinder-data --ethereum.url ${ETHEREUM_URL} --poll-pending true"
volumes:
- "./firehose-data:/firehose-data"
- "./pathfinder-data:/pathfinder-data"

merger:
image: "starknet/firestark:0.1.2"
image: "starknet/firestark:0.2.0"
command:
- "--config-file"
- ""
Expand All @@ -42,7 +42,7 @@ services:
- "./firehose-data:/firehose-data"

relayer:
image: "starknet/firestark:0.1.2"
image: "starknet/firestark:0.2.0"
command:
- "--config-file"
- ""
Expand All @@ -56,7 +56,7 @@ services:
- "./firehose-data:/firehose-data"

firehose:
image: "starknet/firestark:0.1.2"
image: "starknet/firestark:0.2.0"
command:
- "--config-file"
- ""
Expand Down

0 comments on commit 34d1b3d

Please sign in to comment.