Skip to content

Taiga.Io as a Docker Image. Ready to docker-compose up.

License

Notifications You must be signed in to change notification settings

rcitterio/docker-taigaio

 
 

Repository files navigation

docker-taiga

Docker Repository on Quay.io

Image available from:

Taiga.Io in a Docker Image.

Usage

Pulling the image

From quay.io:

docker pull quay.io/galexrt/taigaio:latest

Or from Docker Hub:

docker pull galexrt/taigaio:latest

Configuring

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.

Running the image

Use docker-compose command to start the container. Check the docker-compose.yml for an example configuration. Edit the configuration to suit your needs.

License

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.

About

Taiga.Io as a Docker Image. Ready to docker-compose up.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 77.7%
  • Dockerfile 22.3%