Add deployment strategy child task beans

Split the deployment strategy epic into 11 individual task beans
with blocking dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julian Tabel
2026-02-09 16:32:04 +01:00
parent e6646fc3e0
commit 6a86c56e3b
12 changed files with 216 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
# nuzlocke-tracker-xmyh
title: Create production Dockerfiles
status: todo
type: task
created_at: 2026-02-09T15:30:42Z
updated_at: 2026-02-09T15:30:42Z
parent: nuzlocke-tracker-ahza
---
Create or adapt Dockerfiles for production builds (multi-stage where appropriate).
- **Frontend:** Build the Vite app and serve statically (e.g., via a lightweight nginx container or bundled into the API)
- **API:** Run without debug mode, ensure Alembic migrations run on startup
- Consider multi-stage builds to keep image sizes small
- Ensure the images work when pulled from the local registry