aksiksi / vaulty

A service that allows users to send email directly to a cloud storage service.
https://vaulty.net
4 stars 0 forks source link

Investigate using Docker for web services #50

Open aksiksi opened 4 years ago

aksiksi commented 4 years ago

We need three containers:

  1. Python + Django
  2. Nginx
  3. Postgres

We can still use Ansible for deployment.

Also, we might be able to extend this to two compose files:

  1. Mail a. Postfix container w/ Vaulty filter and Cyrus SASL b. Vaulty server container
  2. Web a. Nginx container b. Python container for Vaulty web app
  3. DB a. Postgres container