platform/dev
Andrey Sobolev a698889f61
UBERF-8379: Fix workspace creation and missing plugin configuration (#6832)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2024-10-08 19:43:33 +07:00
..
doc-import-tool ezqms-1171: drop h4-h6 during import of controlled doc (#6487) 2024-09-05 17:07:46 +04:00
import-tool Fix documents (#6816) 2024-10-05 01:18:40 +07:00
local-mongo Improve support worksapce (#6360) 2024-08-23 14:05:21 +07:00
nlp/embeddings Full text index rework (#2468) 2023-01-04 23:58:54 +06:00
prod UBERF-8282: Fix ws deps (#6735) 2024-09-26 17:20:30 +07:00
storybook Bump package versions (#5728) 2024-06-05 12:46:40 +07:00
tool UBERF-8379: Fix workspace creation and missing plugin configuration (#6832) 2024-10-08 19:43:33 +07:00
.env Docker compose for more easy local debug (#6348) 2024-08-26 23:15:56 +07:00
branding.json Update QMS docker-compose.yaml so it can view and download PDF files (#6507) 2024-09-11 21:21:29 +04:00
docker-compose.yaml UBERF-8379: Fix workspace creation and missing plugin configuration (#6832) 2024-10-08 19:43:33 +07:00
readme.md UBERF-4527: Extra logging for client (#4133) 2023-12-04 23:03:21 +07:00
upgrade.sh UBERF-7603: Support multiple transactors (#6086) 2024-07-19 01:04:48 +07:00

Docker Compose dev image

Running platform inside docker compose

rush build
rush bundle
rush docker:build
docker compose up -d --force-recreate

Running ElasticVUE to check elastic intance

docker run -p 8082:8080 -d cars10/elasticvue

Running Local NPM registry with Docker

docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio
npm set registry http://localhost:4873
npm adduser
npm login

Verdaccio will be available via HTTP http://localhost:4873