platform/dev
Francis The Basilisk 8da14bb5d7
fix host.docker.internal on linux (#6443) (#6451)
Signed-off-by: Evgenii Rechkalov <snorkysnark@gmail.com>
2024-09-02 18:31:37 +07:00
..
doc-import-tool fix: copy template content when creating controlled document (#6441) 2024-08-29 19:20:32 +07:00
local-mongo Improve support worksapce (#6360) 2024-08-23 14:05:21 +07:00
nlp/embeddings
prod Cloud collaborator refactoring (#6424) 2024-08-29 15:10:37 +07:00
storybook
tool Add move/copy flag to file moving tool (#6459) 2024-09-02 18:30:50 +07:00
.env Docker compose for more easy local debug (#6348) 2024-08-26 23:15:56 +07:00
branding.json Move services to public (#6156) 2024-07-28 14:55:43 +07:00
docker-compose.yaml fix host.docker.internal on linux (#6443) (#6451) 2024-09-02 18:31:37 +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