Files
nuzlocke-tracker/.beans/nuzlocke-tracker-vpn5--create-production-docker-compose-file.md
Julian Tabel 6a86c56e3b 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>
2026-02-09 16:32:04 +01:00

669 B

title, status, type, created_at, updated_at, parent
title status type created_at updated_at parent
Create production docker-compose file todo task 2026-02-09T15:30:41Z 2026-02-09T15:30:41Z 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