Skip to content

Commit

Permalink
mainnet_v1: bump to Godwoken 1.13.0 and Polyjuice 1.5.5 web3/indexer …
Browse files Browse the repository at this point in the history
…1.13.0 (#93)
  • Loading branch information
Simon-Tl committed Apr 27, 2023
1 parent 2ecfb44 commit 9880a9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mainnet_v1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ volumes:
services:
gw-readonly:
container_name: gw-mainnet_v1-readonly
image: ghcr.io/godwokenrises/godwoken:v1.12.0
image: ghcr.io/godwokenrises/godwoken:v1.13.0
expose: [8119, 8219]
healthcheck:
test: /bin/gw-healthcheck.sh
Expand Down Expand Up @@ -51,7 +51,7 @@ services:
- mainnet_v1-redis-data:/data

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

web3-indexer:
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.12.0
image: ghcr.io/godwokenrises/godwoken-web3-indexer-prebuilds:v1.13.0
volumes:
- ./web3-indexer-config.toml:/var/lib/web3-indexer/indexer-config.toml
- ./chain-data/logs:/var/lib/web3-indexer/logs
Expand Down

0 comments on commit 9880a9e

Please sign in to comment.