Docker installation

Requirements ✅

To run the project, you'll need:

  • If setting up using Docker:

    • Installed Docker

    • Installed docker-compose (Bundled with the official Docker setup)

Docker setup

  1. cp .env.docker.example .env

  2. Fill the values

  3. Run docker-compose up

  4. That's it!

(Note) If you've pulled new code files you'll have to rebuild the Docker image using docker-compose build --no-cache node_backend

Last updated