{"id":16763948,"url":"https://github.com/yingzhuo/dockerimage-alibaba-nss","last_synced_at":"2026-05-05T14:04:17.209Z","repository":{"id":155715766,"uuid":"630655861","full_name":"yingzhuo/dockerimage-alibaba-NSS","owner":"yingzhuo","description":"docker image for Nacos/Sentinel/Seata","archived":false,"fork":false,"pushed_at":"2023-05-01T01:02:38.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T11:11:52.068Z","etag":null,"topics":["alibaba","aliyun","docker","docker-compose","docker-image","nacos","seata","sentinel","spring-boot","spring-cloud"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/yingzhuo.png","metadata":{"files":{"readme":"README.adoc","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}},"created_at":"2023-04-20T21:21:59.000Z","updated_at":"2023-04-20T21:28:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"212c4219-10e5-402e-850e-52f973e5099a","html_url":"https://github.com/yingzhuo/dockerimage-alibaba-NSS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yingzhuo/dockerimage-alibaba-NSS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingzhuo%2Fdockerimage-alibaba-NSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingzhuo%2Fdockerimage-alibaba-NSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingzhuo%2Fdockerimage-alibaba-NSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingzhuo%2Fdockerimage-alibaba-NSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yingzhuo","download_url":"https://codeload.github.com/yingzhuo/dockerimage-alibaba-NSS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yingzhuo%2Fdockerimage-alibaba-NSS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278723760,"owners_count":26034653,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alibaba","aliyun","docker","docker-compose","docker-image","nacos","seata","sentinel","spring-boot","spring-cloud"],"created_at":"2024-10-13T05:24:00.911Z","updated_at":"2025-10-07T05:32:32.571Z","avatar_url":"https://github.com/yingzhuo.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"== dockerimage-alibaba-NSS\n\n=== 关于本项目\n\n本项目用于通过 *docker-compose* 启动阿里巴巴旗下的link:https://nacos.io/[Nacos]，link:https://sentinelguard.io/[Sentinel]以及link:https://seata.io/[Seata]三个重要服务。 +\n此项目只适合开发环境或教学，*不推荐在生产环境使用*。\n\n[cols=\"2,2,2,2,2\"]\n|====\n| 服务 | 版本 | 端口 (宿主) | 口令:密码 | 说明\n\n| MySQL | 8.0.33 | 3306 | root:root | 支持架构: linux/amd64,linux/arm64\n| Nacos | 2.2.1 | 8848 | nacos:nacos | 支持架构: linux/amd64,linux/arm64\n| Sentinel | 1.8.6 | 7777 | sentinel:sentinel | 支持架构: linux/amd64,linux/arm64\n| Seata | 1.6.1 | 7091 | seata:seata | 支持架构: linux/amd64,linux/arm64\n|====\n\n=== 启动\n\n[,bash]\n----\n# 下载本项目\ngit clone https://github.com/yingzhuo/dockerimage-alibaba-NSS.git\n\n# 本项目作为工作目录\ncd dockerimage-alibaba-NSS/\n\n# 启动服务 (Daemon模式)\ndocker-compose up -d\n\n# 查看服务状态\ndocker-compose ps\n----\n\n启动之后，您将得到上述四种服务的单例。细节如下：\n\n* Nacos的数据由MySQL持久化\n* Seata的数据由MySQL持久化\n* Seata向Nacos注册\n\n当所有服务启动后可以尝试做以下的事情：\n\n* 初始化Nacos命名空间\n* 使用Nacos保存Sentinel配置\n* 使用Nacos保存Seata配置\n\n=== 特别说明\n\n* 关于Seata启动时的环境变量 *SEATA_IP* : 这里是广播地址，需要安装实际情况调整。\n\n=== 许可证\n\n* link:{docdir}/LICENSE[Apache-2.0]\n\n=== Issues\n\n请点击link:https://github.com/yingzhuo/dockerimage-alibaba-NSS/issues[这里]。\n\n=== 联系我\n\n* 微信: _yingzhor_\n* QQ: _23007067_\n* 电子邮件: _mailto:yingzhor@gmail.com[yingzhor@gmail.com]_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyingzhuo%2Fdockerimage-alibaba-nss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyingzhuo%2Fdockerimage-alibaba-nss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyingzhuo%2Fdockerimage-alibaba-nss/lists"}