feature/alerts-and-map #2

Closed
v6ole wants to merge 8 commits from feature/alerts-and-map into main
Showing only changes of commit ec1d9860ff - Show all commits
+2 -13
View File
@@ -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