platform/dev
Alexander Onnikov dea31012b5
fix: revert document content field rename (#6955)
Signed-off-by: Alexander Onnikov <Alexander.Onnikov@xored.com>
2024-10-16 22:52:46 +07:00
..
doc-import-tool
import-tool fix: revert document content field rename (#6955) 2024-10-16 22:52:46 +07:00
local-mongo
nlp/embeddings
prod UBERF-8376: Move indexer from server-core (#6829) 2024-10-09 12:08:27 +07:00
storybook
tool Use mongodb drived with fixed bulkWrite memory leak (#6961) 2024-10-16 22:22:24 +07:00
.env UBERF-8376: Move indexer from server-core (#6829) 2024-10-09 12:08:27 +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-8480: configurable liveness condition for upgrade (#6943) 2024-10-15 17:09:00 +04:00
readme.md
upgrade.sh

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