Rename `environment/Dockerfile` -> `environment/ignis-app.dockerfile` and `environment/Dockerfile.build_db` -> `environment/ignis-db.dockerfile`, so a Dockerfile's name says which service it builds at a glance instead of relying on a suffix on a shared base name.
Needs updating everywhere the old paths are referenced:
- `.github/workflows/docker-publish.yml` — matrix `dockerfile:` fields
- `environment/docker-compose.yml` — `build.dockerfile` for `ignis-app` and `ignis-build-db`, plus a comment
- `environment/docker-compose.quickstart.yml` — comment
- `documentation/content/07-deployment-view.md` — prose
- `data/README.md` — prose, 2 mentions
`docker-compose.prod.yml` needs no change — it pulls pre-built images, no `dockerfile:` field.
Rename `environment/Dockerfile` -> `environment/ignis-app.dockerfile` and `environment/Dockerfile.build_db` -> `environment/ignis-db.dockerfile`, so a Dockerfile's name says which service it builds at a glance instead of relying on a suffix on a shared base name.
Needs updating everywhere the old paths are referenced:
`docker-compose.prod.yml` needs no change — it pulls pre-built images, no `dockerfile:` field.