douglasmiranda / docker-taiga

Taiga services running on Docker with Docker Compose (http://taiga.io)
52 stars 23 forks source link

Improvements Config/Deployment #16

Open douglasmiranda opened 5 years ago

douglasmiranda commented 5 years ago

I'm thinking about providing configs for Docker Swarm. We can easily deploy with docker stack command simply using Docker Compose files, but there are some specific things like using Docker Secrets for storing sensitive data that would be best to keep in separate files probably.

I have a Python package that will help with this and could replace django-environ:

And if we need an "automatic Docker Secrets to Environment Variables":

And the easiest way to provide an HTTPS config would be with Caddy, I have something ready for this too:

Related: #2 #4

douglasmiranda commented 5 years ago

Removing gevent package too, because gunicorn + Nginx/Caddy is just fine, there's no need for gevent.