platform/dev
Denis Bykhov ab02db5890
UBER-408 Issue as task ()
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2023-07-13 19:33:23 +06:00
..
account Bump version and few cleanups () 2023-07-06 12:55:22 +07:00
client-resources Bump version and few cleanups () 2023-07-06 12:55:22 +07:00
generator UBER-408 Issue as task () 2023-07-13 19:33:23 +06:00
milvus Configurable OpenAI () 2023-01-24 20:42:47 +07:00
nlp/embeddings
prod UBER-535 () 2023-07-10 21:50:29 +06:00
server Bump version and few cleanups () 2023-07-06 12:55:22 +07:00
storage Bump version and few cleanups () 2023-07-06 12:55:22 +07:00
storybook UBER-524: cleaned CSS, UI fixes. () 2023-07-10 14:01:59 +06:00
tool UBER-535 () 2023-07-10 21:50:29 +06:00
docker-compose.yaml UBER-356 Facility to apply initial workspace () 2023-06-05 20:11:21 +06:00
readme.md
upgrade.sh TSK-831: Edit Title and Description inline () 2023-03-21 18:16:45 +06: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