DEV Community

Discussion on: How to Heroku

Collapse
 
tsykoduk profile image
Greg Nokes

Databases normally should not run in the same instance/container as your code. Decoupling your backend servers from your front end code allows for much easier scaling, more maintainability and easier development environments. See 12factor.net ;D

Thread Thread
 
patarapolw profile image
Pacharapol Withayasakpunt

Many free self-hosted Docker-based commenting systems does not follow 12-factor, and I am forced to use Disqus...