{"id":13558575,"url":"https://github.com/docker-taiga/taiga","last_synced_at":"2025-04-03T13:31:35.999Z","repository":{"id":217133908,"uuid":"120755378","full_name":"docker-taiga/taiga","owner":"docker-taiga","description":"docker-compose.yml for simple taiga setup","archived":false,"fork":false,"pushed_at":"2022-01-31T09:42:00.000Z","size":42,"stargazers_count":217,"open_issues_count":14,"forks_count":74,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-11-04T09:37:26.006Z","etag":null,"topics":["docker","docker-compose","taiga"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docker-taiga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-08T11:55:36.000Z","updated_at":"2024-10-21T03:22:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"e38c2e07-6abe-4ad6-81d3-3ee6a8eeea63","html_url":"https://github.com/docker-taiga/taiga","commit_stats":null,"previous_names":["docker-taiga/taiga"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-taiga%2Ftaiga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-taiga%2Ftaiga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-taiga%2Ftaiga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docker-taiga%2Ftaiga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docker-taiga","download_url":"https://codeload.github.com/docker-taiga/taiga/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247009632,"owners_count":20868582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","taiga"],"created_at":"2024-08-01T12:05:02.372Z","updated_at":"2025-04-03T13:31:35.992Z","avatar_url":"https://github.com/docker-taiga.png","language":"Python","funding_links":[],"categories":["Shell","docker"],"sub_categories":[],"readme":"# Taiga docker setup\n\n## About\n\nThis is example Docker Compose file for running [Taiga](https://taiga.io) project management platform for agile developers, designers and project managers with taiga-events and ssl-enabled reverse proxy with all images based on alpine:latest.\n\n## Basic usage\n\n1) Clone this repository.\n`git clone --depth=1 -b master https://github.com/docker-taiga/taiga.git`\n1) Adjust `TAIGA_HOST`, `TAIGA_SECRET`, `POSTGRES_PASSWORD` and `RABBIT_PASSWORD` in `variables.env` file.\n1) (Optional) If you want to enable SSL, change `TAIGA_SCHEME` and `TAIGA_PORT` variables accordingly, create `cert` folder and put ssl certificate and key inside. Default certificate and key filenames are `fullchain.pem` and `privkey.pem`. This can be changed by adding `CERT_NAME` and `CERT_KEY` environment variables to the service `proxy`. Alternatively, if you use certbot to acquire certificates, point volume `/taiga-cert` of the `proxy` service to the location of certificates, e.g. `/etc/letsencrypt/live/yourdomain.com`.\n1) `docker-compose --env-file variables.env up`\n\nThe default username and password taiga creates is `admin` with password `123123`.\n\n## Upgrading from Taiga v5 to v6\n\n**IMPORTANT:** Please read and follow the steps outlined in the [official document](https://taigaio.github.io/taiga-doc/dist/upgrades-5to6.html) in order to migrate data and port configuration to the new version.\n\n## Individual images\n\n- **Taiga backend**\n[`docker pull dockertaiga/back`](https://hub.docker.com/r/dockertaiga/back/)\n- **Taiga frontend**\n[`docker pull dockertaiga/front`](https://hub.docker.com/r/dockertaiga/front/)\n- **RabbitMQ server**\n[`docker pull dockertaiga/rabbit`](https://hub.docker.com/r/dockertaiga/rabbit/)\n- **Taiga events**\n[`docker pull dockertaiga/events`](https://hub.docker.com/r/dockertaiga/events/)\n- **Nginx reverse proxy**\n[`docker pull dockertaiga/proxy`](https://hub.docker.com/r/dockertaiga/proxy/)\n\n## Environment variables\n\n- `TAIGA_HOST` - Taiga hostname to use with this taiga setup.\n- `TAIGA_SCHEME` - Taiga URL scheme (http/https). Default is 'http'.\n- `TAIGA_PORT` - Taiga port to use. Default is 80.\n- `TAIGA_BACK_HOST` - Backend hostname. Default is `back` service.\n- `TAIGA_FRONT_HOST` - Frontend hostname. Default is `front` service.\n- `EVENTS_HOST` - Events hostname. Default is `events` service.\n- `TAIGA_SECRET` - Django secret key.\n\n---\n\n- `ENABLE_SSL` - Enable SSL termination (yes/no). Default is 'no'.\n- `CERT_NAME` - Name of certificate file. Default is `fullchain.pem`.\n- `CERT_KEY` - Name of certificate key file. Default is `privkey.pem`.\n\n---\n\n- `POSTGRES_HOST` - PostgeSQL hostname. Default is `db` service.\n- `POSTGRES_DB` - Database name.\n- `POSTGRES_USER` - PostgreSQL username.\n- `POSTGRES_PASSWORD` - PostgreSQL password.\n\n---\n\n- `RABBIT_HOST` - RabbitMQ hostname. Default is `rabbit` service.\n- `RABBIT_USER` - RabbitMQ username.\n- `RABBIT_PASSWORD` - RabbitMQ password.\n- `RABBIT_VHOST` - RabbitMQ virtual host name.\n\n\n## Configuration\n\nBy default configuration volume is `./conf` with config files `./conf/back/config.py` for backend, `./conf/front/config.json` for frontend and `./conf/proxy/nginx.conf` for reverse proxy. Generated config files are placed here on first run and can be modified to specify e.g. SMTP server configuration.\n\n## Persistence\n\nVolume `./data` contains postgresql data and taiga media files for persistence and backup purposes.\n\n## Upgrading\n\nBefore upgrading be sure to check taiga-back [changelog](https://github.com/taigaio/taiga-back/blob/master/CHANGELOG.md) for any breaking changes\nand check for any modified configuration files in this repo to see what configs need to be adjusted accordignly.\n\n1) Update the version in `variables.env` or pull from this repo.\n1) `docker-compose --env-file variables.env pull`\n1) `docker-compose --env-file variables.env up`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-taiga%2Ftaiga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocker-taiga%2Ftaiga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocker-taiga%2Ftaiga/lists"}