mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 03:42:08 +08:00
1. 调整docker-compose.yml中networks配置
2. ks-manager添加健康检查 3. 更新单机部署手册
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user