Isolate observation collector from web API

This commit is contained in:
2569718930@qq.com
2026-06-08 13:19:52 +08:00
parent ec84243fb9
commit 721173aea3
9 changed files with 369 additions and 100 deletions
+3
View File
@@ -220,6 +220,9 @@ if [ "$FAILED_BACKEND" = "1" ]; then
exit 1
fi
echo "Updating observation collector..."
compose_up_retry "observation collector" -d --no-deps polyweather_collector
echo "Updating frontend..."
compose_up_retry "frontend" -d --no-deps polyweather_frontend