- Docker
- Docker Compose
To (re)build images and start the containers, run the following in the project root directory:
$ docker compose up --build -dThe web UI will be available at http://0.0.0.0:3000 (e.g. http://localhost:3000).
To stop the containers, run the following in the project root directory:
$ docker compose down