Image available from:
Taiga.Io in a Docker Image.
From quay.io:
docker pull quay.io/galexrt/taigaio:latest
Or from Docker Hub:
docker pull galexrt/taigaio:latest
To set a Taiga.Io setting variable, prefix it with SETTING_
.
Examples:
- For the variable GITHUB_API_CLIENT_ID
SETTING_GITHUB_API_CLIENT_ID
- And so on
For available setting variables, please refer to the Taiga.Io docs.
Use docker-compose
command to start the container.
Check the docker-compose.yml
for an example configuration.
Edit the configuration to suit your needs.
The code in this repository is licensed like the taiga code under AGPL v3.0.
Please read the license carefully and ask us if you have any questions.