platform/dev
Anna Khismatullina 8cb77ff248
Remove bold.ru mentions ()
Signed-off-by: Anna Khismatullina <anna.khismatullina@gmail.com>
2024-09-20 13:28:52 +07:00
..
doc-import-tool ezqms-1171: drop h4-h6 during import of controlled doc () 2024-09-05 17:07:46 +04:00
local-mongo
nlp/embeddings
prod Add translate message action () 2024-09-19 22:35:18 +07:00
storybook
tool Remove bold.ru mentions () 2024-09-20 13:28:52 +07:00
.env
branding.json Update QMS docker-compose.yaml so it can view and download PDF files () 2024-09-11 21:21:29 +04:00
docker-compose.yaml Add translate message action () 2024-09-19 22:35:18 +07: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