Rename laconic console Docker image name
This commit is contained in:
parent
d12266ce44
commit
5497d385e1
@ -10,7 +10,7 @@ services:
|
|||||||
CERC_LOGLEVEL: ${CERC_LOGLEVEL:-info}
|
CERC_LOGLEVEL: ${CERC_LOGLEVEL:-info}
|
||||||
volumes:
|
volumes:
|
||||||
- laconicd-data:/root/.laconicd
|
- laconicd-data:/root/.laconicd
|
||||||
- ../config/laconicd/scripts/run-laconicd.sh:/opt/run-laconicd.sh
|
- ../config/laconicd/run-laconicd.sh:/opt/run-laconicd.sh
|
||||||
ports:
|
ports:
|
||||||
- "6060"
|
- "6060"
|
||||||
- "26657"
|
- "26657"
|
||||||
|
@ -9,7 +9,7 @@ WORKDIR /app
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN echo "Installing dependencies" && yarn
|
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/
|
RUN npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||||
|
|
@ -29,6 +29,8 @@ Instructions for running laconic registry CLI and console
|
|||||||
This should create the following docker images locally:
|
This should create the following docker images locally:
|
||||||
|
|
||||||
* `cerc/laconic2-registry-cli`
|
* `cerc/laconic2-registry-cli`
|
||||||
|
* `cerc/webapp-base`
|
||||||
|
* `cerc/laconic2-console-host`
|
||||||
|
|
||||||
## Create a deployment
|
## Create a deployment
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@ repos:
|
|||||||
containers:
|
containers:
|
||||||
- cerc/laconic2-registry-cli
|
- cerc/laconic2-registry-cli
|
||||||
- cerc/webapp-base
|
- cerc/webapp-base
|
||||||
- cerc/laconic-console-host
|
- cerc/laconic2-console-host
|
||||||
pods:
|
pods:
|
||||||
- laconic-console
|
- laconic-console
|
||||||
|
@ -47,7 +47,7 @@ Instructions for running a laconicd testnet full node and joining as a validator
|
|||||||
* `cerc/laconic2d`
|
* `cerc/laconic2d`
|
||||||
* `cerc/laconic2-registry-cli`
|
* `cerc/laconic2-registry-cli`
|
||||||
* `cerc/webapp-base`
|
* `cerc/webapp-base`
|
||||||
* `cerc/laconic-console-host`
|
* `cerc/laconic2-console-host`
|
||||||
|
|
||||||
## Create a deployment
|
## Create a deployment
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user