diff --git a/deploy/deploy_staging.sh b/deploy/deploy_staging.sh index 2f6a3d066..fbeda44a7 100644 --- a/deploy/deploy_staging.sh +++ b/deploy/deploy_staging.sh @@ -36,7 +36,6 @@ echo "👉 Pull base images (for image-based services)..." docker compose -f "$compose_file" --env-file "$env_file" pull --ignore-pull-failures echo "👉 Build images (staging)..." -# 前端 + OpenSearch 都是自建镜像;--pull 更新其基础镜像 docker compose -f "$compose_file" --env-file "$env_file" \ build --pull \ --build-arg NUXT_ENV=staging \ diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 6fd60458a..5bf093c77 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -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" diff --git a/frontend_nuxt/pages/posts/[id]/index.vue b/frontend_nuxt/pages/posts/[id]/index.vue index 36a81c772..45eea0f0e 100644 --- a/frontend_nuxt/pages/posts/[id]/index.vue +++ b/frontend_nuxt/pages/posts/[id]/index.vue @@ -1,8 +1,7 @@