diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8db4df1..680e9e8 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI # Lightweight validation on every push to main: type-check + build the frontend and -# byte-compile the backend. The image build and rollout happen on the the VPS host +# byte-compile the backend. The image build and rollout happen on the deploy host # (see deploy/README.md); this just catches breakage early. on: push: diff --git a/docker-compose.localdev.yml b/docker-compose.localdev.yml index 69b3dd3..9835770 100644 --- a/docker-compose.localdev.yml +++ b/docker-compose.localdev.yml @@ -1,4 +1,4 @@ -# Local development against the central (Proxmox) Postgres. +# Local development against the central Postgres (an always-on host that also runs the scheduler). # # Runs only the webapp/API — no local database, no scheduler — pointed at the shared # DB on the server. You see the same live data the 24/7 backfill is filling, and you