Update epic checklist, mark completed tasks, fix Gitea username/domain references, and update DEPLOYMENT.md with correct registry paths. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
691 B
691 B
title, status, type, priority, created_at, updated_at, parent
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Create production docker-compose file | completed | task | normal | 2026-02-09T15:30:41Z | 2026-02-09T16:59:00Z | nuzlocke-tracker-ahza |
Create docker-compose.prod.yml for the Unraid production deployment.
- Reference pre-built images from the local Docker registry (not source volume mounts)
- Set production environment variables (DEBUG=false, proper DATABASE_URL, etc.)
- Proper restart policies (
unless-stoppedoralways) - No source code volume mounts — only data volumes (e.g., postgres_data)
- PostgreSQL with persistent named volume
- Appropriate port mappings for the production environment