Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 644 Bytes

Taigaio Docker Compose

A neat and simple docker compose project for most popular open source project taiga.io.

How to use

The project should be put as /root/containers/taiga by default, so please make the path and clone the project first.

# mkdir -p /root/containers
# git clone https://github.com/khose-ie/taigaio-docker-compose.git

And than, go into the folder and start the docker-compose.

cd /root/containers/taiga
docker-compose -f taiga.yaml up -d

That is OK.

Please see .env for the environment variables.

For more information about taiga.io please see taiga official website.