douglasmiranda / docker-taiga

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

============================================= 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*

.. image:: https://raw.githubusercontent.com/douglasmiranda/docker-taiga/master/docker-taiga.jpg :alt: Docker Taiga

Goodies

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

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

.. _frontend: frontend/ .. _backend: https://github.com/taigaio/taiga-back .. _events: events/

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)

PS: since the frontend port is mapped to 80, just go to your brower and http://localhost. The login credentials are admin with password 123123.

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_.

.. _docker compose override / extends: https://docs.docker.com/compose/extends/

Tips, Tricks and Notes

Credits

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

Inspired by: