Integrate ping-pub explorer (#872)

Reviewed-on: cerc-io/stack-orchestrator#872
This commit is contained in:
2024-07-13 14:24:23 +00:00
parent 1f017c9066
commit 13d04e9256
10 changed files with 118 additions and 11 deletions
@@ -0,0 +1,10 @@
services:
laconic-explorer:
restart: unless-stopped
image: cerc/ping-pub:local
environment:
- LACONIC_LACONICD_API_URL=${LACONIC_LACONICD_API_URL:-http://localhost:1317}
- LACONIC_LACONICD_RPC_URL=${LACONIC_LACONICD_RPC_URL:-http://localhost:26657}
- LACONIC_LACONICD_CHAIN_ID=${LACONIC_LACONICD_CHAIN_ID:-chain-id-not-set}
ports:
- "5173"