Update product pricing JSON in shopify stack #36

Merged
nabarun merged 2 commits from deep-stack/testnet-laconicd-stack:nv-fix-shopify-service into main 2024-10-30 07:03:58 +00:00
Showing only changes of commit d3c31f98e7 - Show all commits

View File

@ -5,7 +5,7 @@ services:
depends_on: depends_on:
faucet: faucet:
condition: service_healthy condition: service_healthy
command: ["bash", "-c", "./start-faucet.sh"] command: ["bash", "-c", "./start-shopify.sh"]
environment: environment:
CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG} CERC_SCRIPT_DEBUG: ${CERC_SCRIPT_DEBUG}
CERC_SHOPIFY_GRAPHQL_URL: ${CERC_SHOPIFY_GRAPHQL_URL} CERC_SHOPIFY_GRAPHQL_URL: ${CERC_SHOPIFY_GRAPHQL_URL}