Skip to content

Websockets

How to build and run in Docker Compose

  1. Create and populate .env file .env

  2. Compile as a standalone nodejs project from monorepo root dir:

nx run websockets:build
  1. Run Docker compose
docker-compose up
  1. To stop Docker Compose:
docker-compose down -v
  1. To run integration tests make sure tests env exists and run:
nx run websockets:it

This documentation is generated from the service README. For the most up-to-date information, refer to the original README