Rename laconic console Docker image name

This commit is contained in:
Prathamesh Musale 2024-06-20 13:22:57 +05:30
parent d12266ce44
commit 5497d385e1
7 changed files with 6 additions and 4 deletions

View File

@ -10,7 +10,7 @@ services:
CERC_LOGLEVEL: ${CERC_LOGLEVEL:-info}
volumes:
- laconicd-data:/root/.laconicd
- ../config/laconicd/scripts/run-laconicd.sh:/opt/run-laconicd.sh
- ../config/laconicd/run-laconicd.sh:/opt/run-laconicd.sh
ports:
- "6060"
- "26657"

View File

@ -9,7 +9,7 @@ WORKDIR /app
COPY . .
RUN echo "Installing dependencies" && yarn
RUN LACONIC_HOSTED_CONFIG_FILE=config-hosted.yml yarn dist
RUN echo "Building" && LACONIC_HOSTED_CONFIG_FILE=config-hosted.yml yarn dist
RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/

View File

@ -29,6 +29,8 @@ Instructions for running laconic registry CLI and console
This should create the following docker images locally:
* `cerc/laconic2-registry-cli`
* `cerc/webapp-base`
* `cerc/laconic2-console-host`
## Create a deployment

View File

@ -7,6 +7,6 @@ repos:
containers:
- cerc/laconic2-registry-cli
- cerc/webapp-base
- cerc/laconic-console-host
- cerc/laconic2-console-host
pods:
- laconic-console

View File

@ -47,7 +47,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
* `cerc/laconic2d`
* `cerc/laconic2-registry-cli`
* `cerc/webapp-base`
* `cerc/laconic-console-host`
* `cerc/laconic2-console-host`
## Create a deployment