mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-21 16:09:12 +03:00
b5f24fbd5d
Signed-off-by: Andrey Sobolev <haiodo@gmail.com> |
||
---|---|---|
.. | ||
doc-import-tool | ||
import-tool | ||
local-mongo | ||
nlp/embeddings | ||
prod | ||
storybook | ||
tool | ||
.env | ||
branding.json | ||
docker-compose.yaml | ||
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