Skip to content

dockerization of taiga.io (with docker-compose)

Notifications You must be signed in to change notification settings

elemir/taiga-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taiga.io dockerization

This repository contains docker files and docker-compose for taiga.io deployment

How to use it?

  1. Install docker and docker-compose
  2. Write .env file like this:
POSTGRES_PASSWORD=some_password_for_postgres
RABBITMQ_PASS=some_password_for_rabbitmq
SECRET_KEY=some_big_and_very_secret_key
HOSTNAME=yourdomain.com
  1. Run docker-compose build and docker-compose up -d

About

dockerization of taiga.io (with docker-compose)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published