diff --git a/ops/deployments-from-scratch.md b/ops/deployments-from-scratch.md index de39327..1fed5a4 100644 --- a/ops/deployments-from-scratch.md +++ b/ops/deployments-from-scratch.md @@ -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 diff --git a/stack-orchestrator/compose/docker-compose-laconic-shopify.yml b/stack-orchestrator/compose/docker-compose-laconic-shopify.yml index 9df68cf..75dcded 100644 --- a/stack-orchestrator/compose/docker-compose-laconic-shopify.yml +++ b/stack-orchestrator/compose/docker-compose-laconic-shopify.yml @@ -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