diff --git a/docker-compose.yml b/docker-compose.yml index dfd5cc8..1b9e99b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,16 +27,5 @@ services: backend: condition: service_healthy - frontend: - build: ./frontend - ports: - - "18002:80" - restart: unless-stopped - depends_on: - backend: - condition: service_healthy - healthcheck: - test: ["CMD", "wget", "-qO-", "http://localhost:80/health"] - interval: 15s - timeout: 10s - retries: 5 + # frontend 仅在远程服务器部署,本地通过 docker-compose 不再启动 + # 部署命令见 .claude/rules/07-remote-operations.md