Skip to content

Commit

Permalink
Merge pull request godwokenrises#291 from RetricSu/bump-components
Browse files Browse the repository at this point in the history
chore: bump gw/web3/indexer
  • Loading branch information
RetricSu authored Jul 22, 2022
2 parents b2ae528 + d4d82c3 commit 9f22a25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ services:
condition: service_completed_successfully

godwoken:
image: ghcr.io/nervosnetwork/godwoken-prebuilds:1.3.0-rc3
image: ghcr.io/nervosnetwork/godwoken-prebuilds:1.4.2-rc2
init: true
healthcheck:
test: /var/lib/layer2/healthcheck.sh
Expand Down Expand Up @@ -110,7 +110,7 @@ services:
condition: service_completed_successfully

godwoken-readonly:
image: ghcr.io/nervosnetwork/godwoken-prebuilds:1.3.0-rc3
image: ghcr.io/nervosnetwork/godwoken-prebuilds:1.4.2-rc2
healthcheck:
test: /var/lib/layer2/healthcheck.sh
start_period: 10s
Expand Down Expand Up @@ -139,7 +139,7 @@ services:
condition: service_healthy

web3:
image: nervos/godwoken-web3-prebuilds:v1.4.1-rc1
image: nervos/godwoken-web3-prebuilds:v1.5.0-rc1
init: true
healthcheck:
test: curl http://127.0.0.1:8024 || exit 1
Expand Down Expand Up @@ -173,7 +173,7 @@ services:
condition: service_started

web3-indexer:
image: nervos/godwoken-web3-indexer-prebuilds:v1.4.1-rc1
image: nervos/godwoken-web3-indexer-prebuilds:v1.5.0-rc1
init: true
volumes:
- ./layer2/config:/var/lib/layer2/config
Expand Down

0 comments on commit 9f22a25

Please sign in to comment.