Docker
Setup
Option: Use docker-compose (recommended)
1. Checkout the docker-compose file from github: https://github.com/labsai/EDDI/blob/master/docker-compose.yml
2. Run Docker Command:
docker-compose up
Option: Launch docker containers manually
Start a MongoDB instance using the MongoDB docker image:
Start EDDI:
Last updated