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