You are viewing a single comment's thread from:

RE: How to setup a Hivemind Dev Environment

in HiveDevs3 years ago

Please don't forget that this is not recommended for use in production environments, please use Docker in that scenario.

Why is docker better in production?

Sort:  

Because Dockerfiles are great. Lessens the chance of potential discrepancies in dependency (postgres, libraries etc) versions, has the ability to restart itself if something goes really wrong, better overall logging and management (IMO) and again, since everything is mostly predetermined in the Dockerfile you just run it and it's ready in a couple of minutes.