Files
nuzlocke-tracker/.beans/nuzlocke-tracker-vpn5--create-production-docker-compose-file.md
Julian Tabel 61a7f57f1f Update beans and deployment docs
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>
2026-02-09 18:28:56 +01:00

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-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