team-genny / genny

0 stars 1 forks source link

Dockerise the project #17

Closed fergcb closed 4 months ago

fergcb commented 4 months ago

Currently, the project requires developers and production environments to have dependencies such as mongodb installed, configured and running. To prevent this, we should have a Dockerfile and docker-compose.yml so that the stack can be spun up with a single command, without configuring mongodb/etc. manually.