Docker Deployment
- Ensure you have Docker and Docker Compose installed on your system.
- Download our
docker-compose.yml
to your current directory - Make any changes (if you feel like it)
- Run
docker compose up
to start the app - Visit
http://localhost:3000
in your browser