Drone and PPR and operational updates

This commit is contained in:
2026-06-20 05:31:04 -04:00
parent b8d7cdddcd
commit 3e8b3cf4c1
15 changed files with 1727 additions and 39 deletions
+1
View File
@@ -18,6 +18,7 @@ Production-ready airfield website stack built with Astro, Directus, PostgreSQL,
## Notes
- All deploy-time variables live in `.env`.
- `PUBLIC_PPR_API_BASE` controls the browser-side PPR API base URL; PPR and drone request endpoints are derived from it at build/dev-server startup.
- The frontend service bind-mounts the project into `/app`, keeps `node_modules` and `.astro` in named volumes, and serves the site with `astro dev` on the published frontend port.
- Layout and page structure are controlled entirely by Astro.
- Frontend source edits should appear without rebuilding the container image.