Skip to content

Commit

Permalink
feat: set forked block store url in docker compose example
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI committed Apr 28, 2024
1 parent e98c3a5 commit e2674c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ services:
- "file:///firehose-data/storage/one-blocks"
- "--common-merged-blocks-store-url"
- "file:///firehose-data/storage/merged-blocks"
- "--common-forked-blocks-store-url"
- "file:///firehose-data/storage/forked-blocks"
volumes:
- "./firehose-data:/firehose-data"

Expand Down Expand Up @@ -66,6 +68,8 @@ services:
- "file:///firehose-data/storage/one-blocks"
- "--common-merged-blocks-store-url"
- "file:///firehose-data/storage/merged-blocks"
- "--common-forked-blocks-store-url"
- "file:///firehose-data/storage/forked-blocks"
- "--common-live-blocks-addr"
- "relayer:10014"
ports:
Expand Down

0 comments on commit e2674c2

Please sign in to comment.