Add LVGMC warning map workflow

This commit is contained in:
b0txec
2026-08-22 20:11:20 +03:00
parent 218ca2fa85
commit bc5bee171c
14 changed files with 538 additions and 19 deletions
+7 -1
View File
@@ -5,6 +5,12 @@ Tool for downloading historical and real-time data from weather stations in Latv
## Setup
Rename `.env-sample` to `.env` and fill in credentials
## Environment boundary
- **Windows:** source editing, review, and Git operations only. Do not compile, build, run containers, install project dependencies, or test the application here.
- **Rocky Linux:** the only development runtime; compile, build, run, seed, and test WeatherTool here.
- **Ubuntu VPS:** deployment target only. It receives the reviewed release artifact built and verified on Rocky; it is not a development or build host.
## Run
```
docker-compose up --build --no-cache --force-recreate
@@ -40,7 +46,7 @@ server {
}
```
## Local development
## Rocky development runtime
```
// 1st terminal
podman-compose up postgres