{"id":28816371,"url":"https://github.com/easysoft/compose","last_synced_at":"2026-02-01T18:31:21.633Z","repository":{"id":299361272,"uuid":"1002764949","full_name":"easysoft/compose","owner":"easysoft","description":"禅道相关compose","archived":false,"fork":false,"pushed_at":"2025-06-16T05:44:00.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-16T06:29:49.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/easysoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-16T05:34:50.000Z","updated_at":"2025-06-16T06:14:20.000Z","dependencies_parsed_at":"2025-06-16T06:41:10.571Z","dependency_job_id":null,"html_url":"https://github.com/easysoft/compose","commit_stats":null,"previous_names":["easysoft/compose"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/easysoft/compose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easysoft%2Fcompose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easysoft%2Fcompose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easysoft%2Fcompose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easysoft%2Fcompose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easysoft","download_url":"https://codeload.github.com/easysoft/compose/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easysoft%2Fcompose/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28985818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"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":[],"created_at":"2025-06-18T17:04:32.921Z","updated_at":"2026-02-01T18:31:21.628Z","avatar_url":"https://github.com/easysoft.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Compose - Docker Compose 配置集合\n\n这个项目提供了一系列Docker Compose配置文件，用于在不同场景下部署禅道项目管理系统。\n\n## 项目结构\n\n```\n├── baisc/\n│   ├── docker-compose.yml              # 基础配置\n│   ├── docker-compose-cache.yml        # 带Redis缓存的配置\n│   ├── docker-compose-cache-web.yml    # 带Redis缓存和Traefik的配置\n│   └── docker-compose-replication.yml  # 数据库主从复制配置\n└── README.md                            # 文档\n```\n\n## 配置文件说明\n\n\u003e 所用配置都可以根据自己的实际情况进行灵活修改。\n\n### 基础配置 (docker-compose.yml)\n\n提供基本的禅道应用和MariaDB数据库服务：\n- **zentao-db**: 使用bitnami/mariadb:10.6镜像的数据库服务\n- **zentao**: 使用easysoft/zentao镜像的禅道应用服务\n\n### 缓存配置 (docker-compose-cache.yml)\n\n在基础配置上增加了Redis缓存服务：\n- **zentao-db**: MariaDB数据库服务\n- **zentao**: 禅道应用服务\n- **zentao-redis**: Redis缓存服务\n\n### 缓存+Web界面配置 (docker-compose-cache-web.yml)\n\n在缓存配置的基础上增加了Traefik作为反向代理：\n- **zentao-db**: MariaDB数据库服务\n- **zentao**: 禅道应用服务\n- **zentao-redis**: Redis缓存服务\n- **traefik**: Traefik反向代理，提供Web访问界面\n\n### 主从复制配置 (docker-compose-replication.yml)\n\n配置了MariaDB的主从复制，提高数据库可用性：\n- **zentao-db-primary**: 主数据库服务\n- **zentao-db-secondary**: 从数据库服务\n- **zentao**: 禅道应用服务\n\n## 使用说明\n\n### 基础配置\n\n```bash\ncd baisc\ndocker-compose up -d\n```\n\n### 带缓存的配置\n\n```bash\ncd baisc\ndocker-compose -f docker-compose-cache.yml up -d\n```\n\n### 带缓存和Web界面的配置\n\n```bash\ncd baisc\ndocker-compose -f docker-compose-cache-web.yml up -d\n```\n\n### 数据库主从复制配置\n\n```bash\ncd baisc\ndocker-compose -f docker-compose-replication.yml up -d\n```\n\n## 许可证\n\n本项目采用 [Apache License 2.0](LICENSE) 许可证。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasysoft%2Fcompose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasysoft%2Fcompose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasysoft%2Fcompose/lists"}