platform/dev
Andrey Sobolev e85cf1eeab
Allow to cache rush format action (#3878) (#3880)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-24 23:00:18 +07:00
..
account Allow to cache rush format action (#3878) (#3880) 2023-10-24 23:00:18 +07:00
client-resources Allow to cache rush format action (#3878) (#3880) 2023-10-24 23:00:18 +07:00
generator Allow to cache rush format action (#3878) (#3880) 2023-10-24 23:00:18 +07:00
milvus
nlp/embeddings
prod Remove old automation (#3835) 2023-10-13 13:21:01 +07:00
server Allow to cache rush format action (#3878) (#3880) 2023-10-24 23:00:18 +07:00
storage Allow to cache rush format action (#3878) (#3880) 2023-10-24 23:00:18 +07:00
storybook UBER-1106,-1108: update navigator and button layout (#3870) 2023-10-24 10:00:10 +07:00
tool Allow to cache rush format action (#3878) (#3880) 2023-10-24 23:00:18 +07:00
docker-compose.yaml UBER-937: Extensibility changes (#3874) 2023-10-24 15:53:33 +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