fix: 修改可见范围

This commit is contained in:
Tim
2025-10-23 17:54:03 +08:00
parent d33bd233af
commit bdcc1488b9
3 changed files with 37 additions and 27 deletions

View File

@@ -161,8 +161,8 @@ services:
condition: service_started
websocket-service:
condition: service_healthy
opensearch:
condition: service_healthy
# opensearch:
# condition: service_healthy
command: >
sh -c "apt-get update && apt-get install -y --no-install-recommends curl &&
mvn clean spring-boot:run -Dmaven.test.skip=true"