phase 0 complete

This commit is contained in:
2026-08-14 11:29:11 -06:00
parent 4da16c7573
commit 85df9a208e
102 changed files with 25019 additions and 30 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Two supported deployment paths from day one: **bare binary** (user supplies Post
## docker-compose (reference)
- [ ] `docker-compose.yml` services:
- [ ] `app` — the SoloPM image; ports `4080`; env wired to the two services; volumes: `uploads:/data/uploads`; depends_on healthy postgres + meilisearch
- [ ] `app` — the SoloPM image; ports `8080`; env wired to the two services; volumes: `uploads:/data/uploads`; depends_on healthy postgres + meilisearch
- [ ] `postgres` — postgres:16-alpine; volume `pgdata`; healthcheck `pg_isready`
- [ ] `meilisearch` — getmeili/meilisearch; volume `meilidata`; `MEILI_MASTER_KEY` from env
- [ ] (dev profile) `mailhog` — SMTP capture for local testing