Code Monkey home page Code Monkey logo

docker-taiga's Introduction

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

Goodies

  • Python 3.6
  • Postgres 10
  • Alpine Linux images
  • Gevent worker for gunicorn
  • django-anymail integration

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)

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.

Tips, Tricks and Notes

  • Most of the configurations you will be able to do on docker-compose.yml and .env file.
  • Because of lxml and cryptography you would have to spin up a server with more RAM than you would want, but if you build locally, push to a registry and just pull on your server, you won't be compiling on deploy. =]
  • I plan to use Caddy instead of Nginx, but don't know when, you may want to look, it's nice.

Credits

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

Inspired by:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.