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)
Mandroc will need to run on docker when finished, here are some requirements for that