Add isolated staging and synthetic weather workflow

This commit is contained in:
b0txec
2026-08-18 21:26:34 +03:00
parent b55ee891ce
commit b1fff676af
7 changed files with 363 additions and 11 deletions
+11 -1
View File
@@ -10,6 +10,16 @@ Rename `.env-sample` to `.env` and fill in credentials
docker-compose up --build --no-cache --force-recreate
```
## Local synthetic weather data
The local database can be populated with deterministic hourly sample data for all 33 stations. The seed covers the previous 18 months through the current hour and can be run repeatedly without creating duplicates.
```sh
docker compose --profile tools run --rm seed
```
This workflow is intended only for development and UI testing. It uses the normal `weather` table and application APIs; it does not provide LVGMC forecast CSV or HARMONIE GRIB fixtures.
## Web
[http://0.0.0.0:9090/](http://0.0.0.0:9090/)
@@ -68,4 +78,4 @@ df -h
```
fly scale memory 512
```
```