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
cp .env.docker.example .envFill the values
Run
docker-compose upThat'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