Skip to content

taoyuan/docker-taiga

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

https://taiga.io/

Goodies

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

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

  • frontend
  • backend
  • celery worker
  • redis
  • rabbitmq
  • 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

Since the frontend port is mapped to 80, just go to http://localhost

The login credentials are:

  • username: admin
  • password: 123123

Credits

Inspired by:

About

Taiga services running on Docker with Docker Compose (http://taiga.io)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 43.4%
  • Dockerfile 35.9%
  • Shell 20.7%