platform/dev
Maksim Karmatskikh af5c79c928
UBER-911: Mentions without second input and tabs (#3798)
Signed-off-by: Maxim Karmatskikh <mkarmatskih@gmail.com>
2023-11-17 14:35:09 +07:00
..
account Allow to cache rush format action (#3878) (#3880) 2023-10-24 23:00:18 +07:00
client-resources UBER-911: Mentions without second input and tabs (#3798) 2023-11-17 14:35:09 +07:00
generator UBER-1053 (#3884) 2023-10-27 12:22:43 +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