GithubHelp home page GithubHelp logo

lutomas / taiga-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabric8io/taiga-docker

0.0 2.0 0.0 49 KB

Taiga project management platform for Docker

License: MIT License

Python 22.50% Shell 77.50%

taiga-docker's Introduction

Starts

  • Checkout
  • docker-compose -f taiga.yml up

Should start without any exceptions. (2018-03-28)

Docker-compose

For a complete taiga installation (bartoszgadzala/taiga-back and bartoszgadzala/taiga-front) you can use this docker-compose configuration:

db:
  image: postgres
  restart: always
  environment:
    - POSTGRES_USER=taiga
    - POSTGRES_PASSWORD=password
  volumes:
    - ./data/database:/var/lib/postgresql/data

taigaback:
  image: bartoszgadzala/taiga-back
  restart: always
  environment:
    - API_SCHEME=https
    - FRONT_SCHEME=https
    - HOSTNAME=taiga.example.com
    - SECRET_KEY=secret
    - PUBLIC_REGISTER_ENABLED=True
    - [email protected]
    - EMAIL_USE_TLS=True
    - EMAIL_HOST=smtp.example.com
    - EMAIL_PORT=587
    - EMAIL_HOST_USER=user
    - EMAIL_HOST_PASSWORD=secret
  links:
    - db:postgres
  volumes:
    - ./data/taiga/back/media:/usr/local/taiga/media
    - ./data/taiga/back/static:/usr/local/taiga/static
    - ./data/taiga/back/logs:/usr/local/taiga/logs

taigafront:
  image: bartoszgadzala/taiga-front
  restart: always
  links:
    - taigaback
  ports:
    - 80:80

taiga-docker's People

Contributors

htdvisser avatar bartoszgadzala avatar alkimake avatar bgadzala-amb avatar jwodder avatar djelic avatar furkanmustafa avatar rawlingsj avatar

Watchers

 avatar James Cloos avatar

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.