Split the deployment strategy epic into 11 individual task beans with blocking dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
555 B
555 B
title, status, type, created_at, updated_at, parent
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Set up local Docker registry on Unraid | todo | task | 2026-02-09T15:30:40Z | 2026-02-09T15:30:40Z | nuzlocke-tracker-ahza |
Run a registry:2 container on the Unraid server for storing production Docker images locally.
- Run
registry:2as a Docker container on Unraid - Configure a persistent storage volume for the registry data
- Optionally put it behind Nginx Proxy Manager with a hostname (e.g.,
registry.local) - Verify pushing/pulling images from the dev machine works