Update RPC endpoint in instructions
This commit is contained in:
parent
7ac1f1178d
commit
ea8d157fb0
@ -801,7 +801,7 @@
|
||||
CERC_FAUCET_KEY=
|
||||
|
||||
# laconicd RPC endpoint
|
||||
CERC_LACONICD_RPC_ENDPOINT='http://laconicd:26657'
|
||||
CERC_LACONICD_RPC_ENDPOINT='http://host.docker.internal:36657'
|
||||
|
||||
# laconicd chain id
|
||||
CERC_LACONICD_CHAIN_ID=laconic-testnet-2
|
||||
|
@ -2,6 +2,9 @@ services:
|
||||
shopify:
|
||||
restart: unless-stopped
|
||||
image: cerc/laconic-shopify:local
|
||||
depends_on:
|
||||
faucet:
|
||||
condition: service_healthy
|
||||
command: ["bash", "-c", "./start-faucet.sh"]
|
||||
environment:
|
||||
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
|
||||
@ -16,9 +19,6 @@ services:
|
||||
- ../config/laconic-shopify/product_pricings.json:/app/config/product_pricings.json
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
depends_on:
|
||||
faucet:
|
||||
condition: service_healthy
|
||||
|
||||
faucet:
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user