This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Description
Mandroc will need to run on docker when finished, here are some requirements for that
- must use multi-stage building (separating the fetching of the dependencies from the running)
- must use docker-compose version 3.7
- must publish own docker image
- must use env variables in docker-compose
- must be tested in docker before deploying to the server
- should use a volume for data persistence
- could have support for both .env files and docker-compose env vars
- won't automatically reboot on crash (docker configuration)