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>
19 lines
691 B
Markdown
19 lines
691 B
Markdown
---
|
|
# nuzlocke-tracker-vpn5
|
|
title: Create production docker-compose file
|
|
status: completed
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-02-09T15:30:41Z
|
|
updated_at: 2026-02-09T16:59:00Z
|
|
parent: 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-stopped` or `always`)
|
|
- No source code volume mounts — only data volumes (e.g., postgres_data)
|
|
- PostgreSQL with persistent named volume
|
|
- Appropriate port mappings for the production environment |