You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use Docker Machine to provision on multiple Docker hosts via various cloud drivers such as AWS, GCP or DigitalOcean
this will allow to make this setup really production ready and be able to test that on a local machine with VirtualBox as one of the supported drivers
As there's no limit to perfection there are few thigns here which could be improved.
use Ansible to generate rsyslog and nginx configs from jinja2 templates
this will make the configs highly customizable and easily managed
use Ansible dynamic inventory and Ansible docker module instead of docker-compose to run (and scale) the containers
https://divhide.com/2016/05/10/using-a-docker-connection-with-ansible/
use Docker Machine to provision on multiple Docker hosts via various cloud drivers such as AWS, GCP or DigitalOcean
this will allow to make this setup really production ready and be able to test that on a local machine with VirtualBox as one of the supported drivers
and last but not least
The text was updated successfully, but these errors were encountered: