Add docker/prod/ environment (multi-stage, no mount, gunicorn)
Context
Companion to the dev environment issue. This covers the prod image: small, reproducible, no source mount.
Goal
docker/
prod/
Dockerfile # multi-stage build, runtime deps only
compose.yml # app behind gunicorn (+ workers), ollama, nginx hookup
Tasks
Part of #512
Add
docker/prod/environment (multi-stage, no mount, gunicorn)Context
Companion to the dev environment issue. This covers the prod image: small, reproducible, no source mount.
Goal
Tasks
docker/prod/Dockerfile:backend.maindocker/prod/compose.yml:conf/nginx/for the reverse proxy (config files tracked separately)Part of #512