Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix log index in web3_indexer_db #69

Merged
merged 1 commit into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mainnet_v1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:
- ./chain-data/redis-data:/data

web3:
image: nervos/godwoken-web3-prebuilds:v1.7.0
image: ghcr.io/godwokenrises/godwoken-web3-prebuilds:v1.7.4
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
volumes:
Expand All @@ -60,7 +60,7 @@ services:
condition: service_healthy

web3-indexer:
image: nervos/godwoken-web3-indexer-prebuilds:v1.7.0
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.7.4
volumes:
- ./web3-indexer-config.toml:/var/lib/web3-indexer/indexer-config.toml
working_dir: /var/lib/web3-indexer
Expand Down
4 changes: 2 additions & 2 deletions testnet_v1_1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ services:
- ./chain-data/redis-data:/data

web3:
image: nervos/godwoken-web3-prebuilds:v1.8.1
image: ghcr.io/godwokenrises/godwoken-web3-prebuilds:v1.8.5
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
volumes:
Expand All @@ -63,7 +63,7 @@ services:
condition: service_healthy

web3-indexer:
image: nervos/godwoken-web3-indexer-prebuilds:v1.8.1
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.8.5
volumes:
- ./web3-indexer-config.toml:/var/lib/web3-indexer/indexer-config.toml
working_dir: /var/lib/web3-indexer
Expand Down