Update repo name
This commit is contained in:
parent
be08bdd7bc
commit
f6be678bd5
@ -12,8 +12,8 @@ services:
|
|||||||
CERC_ITEMS_PER_ORDER: ${CERC_ITEMS_PER_ORDER:-10}
|
CERC_ITEMS_PER_ORDER: ${CERC_ITEMS_PER_ORDER:-10}
|
||||||
volumes:
|
volumes:
|
||||||
- shopify-data:/app/data
|
- shopify-data:/app/data
|
||||||
- ../config/laconic-shopify/start-shopify.sh:/app/start-faucet.sh
|
- ../config/shopify/start-shopify.sh:/app/start-faucet.sh
|
||||||
- ../config/laconic-shopify/product_pricings.json:/app/config/product_pricings.json
|
- ../config/shopify/product_pricings.json:/app/config/product_pricings.json
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "host.docker.internal:host-gateway"
|
- "host.docker.internal:host-gateway"
|
||||||
|
|
||||||
|
@ -5,4 +5,4 @@ source ${CERC_CONTAINER_BASE_DIR}/build-base.sh
|
|||||||
|
|
||||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||||
|
|
||||||
docker build -t cerc/laconic-shopify:local ${build_command_args} -f ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/laconic-shopify
|
docker build -t cerc/laconic-shopify:local ${build_command_args} -f ${SCRIPT_DIR}/Dockerfile ${CERC_REPO_BASE_DIR}/shopify
|
||||||
|
@ -22,7 +22,7 @@ Instructions for running the laconic shopify
|
|||||||
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-shopify build-containers
|
laconic-so --stack ~/cerc/testnet-laconicd-stack/stack-orchestrator/stacks/laconic-shopify build-containers
|
||||||
```
|
```
|
||||||
|
|
||||||
This should create the `cerc/laconic-shopify-faucet` image locally
|
This should create the `cerc/laconic-shopify` image locally
|
||||||
|
|
||||||
## Create a deployment
|
## Create a deployment
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ version: "1.0"
|
|||||||
name: laconic-shopify
|
name: laconic-shopify
|
||||||
description: "Service that integrates a Shopify app with the Laconic wallet."
|
description: "Service that integrates a Shopify app with the Laconic wallet."
|
||||||
repos:
|
repos:
|
||||||
- git.vdb.to/cerc-io/laconic-shopify
|
- git.vdb.to/cerc-io/shopify
|
||||||
containers:
|
containers:
|
||||||
- cerc/laconic-shopify
|
- cerc/laconic-shopify
|
||||||
pods:
|
pods:
|
||||||
|
Loading…
Reference in New Issue
Block a user