Skip to content

Commit

Permalink
Fix localnet running
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulla-ashurov authored and ankurdotb committed Oct 14, 2022
1 parent a19a359 commit 267a415
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/localnet/docker-compose.env
Expand Up @@ -7,6 +7,6 @@
CHEQD_NODE_IMAGE="ghcr.io/cheqd/cheqd-node"

# Define cheqd-noded software release version
# Current MAINNET recommended version: v0.5.0
# Current TESTNET recommended version: v0.5.0
DOCKER_IMAGE_VERSION="0.5.0"
# Current MAINNET recommended version: v0.6.7
# Current TESTNET recommended version: v0.6.7
DOCKER_IMAGE_VERSION="0.6.7"
2 changes: 2 additions & 0 deletions docker/localnet/docker-compose.yml
Expand Up @@ -144,6 +144,7 @@ services:
published: 9491 # gRPC-Gateway port
- target: 26660
published: 27060 # Prometheus metrics port
entrypoint: [ "node-start" ]
volumes:
- type: volume
source: seed-0-data
Expand Down Expand Up @@ -175,6 +176,7 @@ services:
published: 9591 # gRPC-Gateway port
- target: 26660
published: 27160 # Prometheus metrics port
entrypoint: [ "node-start" ]
volumes:
- type: volume
source: observer-0-data
Expand Down

0 comments on commit 267a415

Please sign in to comment.