tag:github.com,2008:https://github.com/ZY945/docker-compose-patterns/releasesRelease notes from docker-compose-patterns2024-12-22T08:36:03Ztag:github.com,2008:Repository/906891027/1.0.02024-12-22T08:47:36ZInitialize Project 1.0.0(初始化项目1.0.0)<ol>
<li>Introduce the dockercompose file for commonly used containers</li>
<li>Implement automated deployment through sh scripts and variables (becoming the foundation for automation on other platforms)</li>
<li>Introduce backup scripts</li>
<li>Regarding the construction of agent images for Java's Arthas and Skywalking (the file content is too large, consider introducing sh scripts for automatic download or annotating through read.md)</li>
</ol>
<hr>
<ol>
<li>引入常用容器的dockercompose文件</li>
<li>通过sh脚本+变量的方式实现自动化部署(成为其他平台自动化的基础)</li>
<li>引入备份脚本</li>
<li>关于java的arthas和skywalking的agent镜像构建(文件内容过大,考虑引入sh脚本自动下载或通过read.md进行标注)</li>
</ol>ZY945