Skip to content

douglasmiranda/docker-taiga

Repository files navigation

Deploy your Taiga services with Docker

Taiga is a project management platform for agile developers & designers and project managers who want a beautiful tool that makes work truly enjoyable. http://taiga.io

Docker Taiga

I've tried to containerize every module, so we have:

Bonus: I've added a config if you want to use mailgun.

Quickstart

I'm going to write some better instructions soon, but for now, if you want to try it, just type:

docker-compose up

PS: This will load the docker-compose.override.yml too (useful for local / dev envs)

On production, just rename the file productionenv-template--rename-this-file.env to production.env

docker-compose -f docker-compose.yml -f docker-compose.production.yml up

Learn more about docker compose override / extends.

Credits

https://taigaio.github.io/taiga-doc/dist/setup-production.html

Inspired by: