platform/dev
Andrey Sobolev 9075e300ca
:Apply templates (#3799)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-07 16:38:21 +06:00
..
account :Apply templates (#3799) 2023-10-07 16:38:21 +06:00
client-resources :Apply templates (#3799) 2023-10-07 16:38:21 +06:00
generator :Apply templates (#3799) 2023-10-07 16:38:21 +06:00
milvus
nlp/embeddings
prod :Apply templates (#3799) 2023-10-07 16:38:21 +06:00
server :Apply templates (#3799) 2023-10-07 16:38:21 +06:00
storage :Apply templates (#3799) 2023-10-07 16:38:21 +06:00
storybook UBER-524: cleaned CSS, UI fixes. (#3491) 2023-07-10 14:01:59 +06:00
tool :Apply templates (#3799) 2023-10-07 16:38:21 +06:00
docker-compose.yaml UBER-853 Move documents to Uberflow (#3700) 2023-09-15 15:31:24 +07:00
readme.md
upgrade.sh TSK-831: Edit Title and Description inline (#2788) 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