phase 0 complete
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user