1. 调整docker-compose.yml中networks配置

2. ks-manager添加健康检查
3. 更新单机部署手册
This commit is contained in:
haoqi
2022-09-18 19:10:22 +08:00
parent c73a7eee2f
commit a7a5fa9a31
3 changed files with 96 additions and 22 deletions

View File

@@ -34,3 +34,5 @@ RUN curl -fsSLO --compressed "https://dlcdn.apache.org/maven/maven-3/${VERSION_M
&& rm -rf /root/.m2 /tmp/*
ENTRYPOINT ["/bin/bash","/start.sh"]
HEALTHCHECK --interval=60s --timeout=60s CMD curl -f http://localhost/ks-km/api/v3/open/health || exit 1