Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Apr 13, 2023
1 parent 577fd2a commit 69a2598
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/localnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
published: 9091 # gRPC-Gateway port
- target: 26660
published: 26660 # Prometheus metrics port
entrypoint: [ "node-start", "--chain-id cheqd" ]
entrypoint: [ "node-start" ]
healthcheck:
test: curl -s http://localhost:26657/status | grep -c true
interval: 10s
Expand Down Expand Up @@ -54,7 +54,7 @@ services:
published: 9191 # gRPC-Gateway port
- target: 26660
published: 26760 # Prometheus metrics port
entrypoint: [ "node-start", "--chain-id cheqd" ]
entrypoint: [ "node-start" ]
healthcheck:
test: curl -s http://localhost:26757/status | grep -c true
interval: 10s
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
published: 9291 # gRPC-Gateway port
- target: 26660
published: 26860 # Prometheus metrics port
entrypoint: [ "node-start", "--chain-id cheqd" ]
entrypoint: [ "node-start" ]
healthcheck:
test: curl -s http://localhost:26857/status | grep -c true
interval: 10s
Expand Down Expand Up @@ -130,7 +130,7 @@ services:
published: 9391 # gRPC-Gateway port
- target: 26660
published: 26960 # Prometheus metrics port
entrypoint: [ "node-start", "--chain-id cheqd" ]
entrypoint: [ "node-start" ]
healthcheck:
test: curl -s http://localhost:26957/status | grep -c true
interval: 10s
Expand Down Expand Up @@ -168,7 +168,7 @@ services:
published: 9491 # gRPC-Gateway port
- target: 26660
published: 27060 # Prometheus metrics port
entrypoint: [ "node-start", "--chain-id cheqd" ]
entrypoint: [ "node-start" ]
healthcheck:
test: curl -s http://localhost:27057/status | grep -c true
interval: 10s
Expand Down Expand Up @@ -210,7 +210,7 @@ services:
- type: volume
source: observer-0-data
target: /home/cheqd
entrypoint: [ "node-start", "--chain-id cheqd" ]
entrypoint: [ "node-start" ]
healthcheck:
test: curl -s http://localhost:27157/status | grep -c true
interval: 10s
Expand Down

0 comments on commit 69a2598

Please sign in to comment.