{"id":47616414,"url":"https://github.com/qameta/testops-deploy-docker-compose","last_synced_at":"2026-04-01T21:30:09.966Z","repository":{"id":249870361,"uuid":"814642160","full_name":"qameta/testops-deploy-docker-compose","owner":"qameta","description":"Docker Compose templates for Allure TestOps version 5 deployment","archived":false,"fork":false,"pushed_at":"2024-08-23T10:14:58.000Z","size":59,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-23T19:39:18.239Z","etag":null,"topics":["config","deploy","docker-compose","five"],"latest_commit_sha":null,"homepage":"https://docs.qameta.io/allure-testops/install/docker-compose/","language":null,"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/qameta.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":"2024-06-13T12:08:12.000Z","updated_at":"2024-08-23T10:15:00.000Z","dependencies_parsed_at":"2024-08-16T11:54:11.401Z","dependency_job_id":null,"html_url":"https://github.com/qameta/testops-deploy-docker-compose","commit_stats":null,"previous_names":["qameta/testops-deploy-docker-compose"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/qameta/testops-deploy-docker-compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qameta%2Ftestops-deploy-docker-compose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qameta%2Ftestops-deploy-docker-compose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qameta%2Ftestops-deploy-docker-compose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qameta%2Ftestops-deploy-docker-compose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qameta","download_url":"https://codeload.github.com/qameta/testops-deploy-docker-compose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qameta%2Ftestops-deploy-docker-compose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["config","deploy","docker-compose","five"],"created_at":"2026-04-01T21:30:09.357Z","updated_at":"2026-04-01T21:30:09.907Z","avatar_url":"https://github.com/qameta.png","language":null,"readme":"# 2024-09-23 this repository is outdated and is no longer maintained\n\nWe've moved the development of the Helm chart to a private VCS and repo. Please refer to the documentation pages for correct links and instructions.\n[Please use the documentation pages instead](https://docs.qameta.io/allure-testops/install/docker-compose/)\n\n\n# Allure TestOps version 5, configuration files for docker compose installation\n\n## Configuration sets\n\n1. testops-demo\n2. testops\n3. testops-ldap\n4. testops-saml\n\n### testops-demo\n\nConfig `testops-demo` **cannot be used** as production deployment. Use this as a proof of concept or demo for the decision making.\n\nDemo config contains all the components required for the starting Allure TestOps up, however this configuration requires a lot of maintenance and will lead to significant downtime and possible data loss when database upgrade is required.\n\nWe won't be able to help with data restoration or performance issues when Allure TestOps is deployed with demo config.\n\n### testops\n\nUse this configuration if you are going to manage end users and their authentication via Allure TestOps UI (so-called local users or system authentication).\n\n#### Target deployment architecture\n\n| Component      | Deployed as                  |\n|----------------|------------------------------|\n| Allure TestOps | via docker compose           |\n| Postgres       | standalone server            |\n| RabbitMQ       | preferably standalone server |\n| Redis          | preferably standalone server |\n| S3 solution    | standalone server            |\n\n### testops-ldap\n\nUse this configuration if you are going to manage end users and their authentication via existing LDAP server.\n\n#### Target deployment architecture\n\n| Component      | Deployed as                  |\n|----------------|------------------------------|\n| Allure TestOps | via docker compose           |\n| Postgres       | standalone server            |\n| RabbitMQ       | standalone server            |\n| Redis          | preferably standalone server |\n| S3 solution    | standalone server            |\n\n### testops-saml\n\nUse this configuration if you are going to manage end users and their authentication via existing Identity Provider service supporting SAML2 authentication.\n\n#### Target deployment architecture\n\n| Component      | Deployed as                  |\n|----------------|------------------------------|\n| Allure TestOps | via docker compose           |\n| Postgres       | standalone server            |\n| RabbitMQ       | preferably standalone server |\n| Redis          | preferably standalone server |\n| S3 solution    | standalone server            |\n\n### testops-openid\n\nUse this configuration if you are going to manage end users and their authentication via existing Identity Provider service supporting OpenID authentication.\n\n#### Target deployment architecture\n\n| Component      | Deployed as                  |\n|----------------|------------------------------|\n| Allure TestOps | via docker compose           |\n| Postgres       | standalone server            |\n| RabbitMQ       | preferably standalone server |\n| Redis          | preferably standalone server |\n| S3 solution    | standalone server            |\n\n## Upgrade from version 4 to version 5\n\nThe only available paths from to upgrade 4 to 5  are\n\n- 4.26.5 → 5.3.3 and next releases\n\nUpgrade process is thoroughly described in [Allure TestOps documentation here.](https://)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqameta%2Ftestops-deploy-docker-compose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqameta%2Ftestops-deploy-docker-compose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqameta%2Ftestops-deploy-docker-compose/lists"}