Split the deployment strategy epic into 11 individual task beans with blocking dependencies. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
555 B
Markdown
16 lines
555 B
Markdown
---
|
|
# nuzlocke-tracker-izf6
|
|
title: Set up local Docker registry on Unraid
|
|
status: todo
|
|
type: task
|
|
created_at: 2026-02-09T15:30:40Z
|
|
updated_at: 2026-02-09T15:30:40Z
|
|
parent: nuzlocke-tracker-ahza
|
|
---
|
|
|
|
Run a `registry:2` container on the Unraid server for storing production Docker images locally.
|
|
|
|
- Run `registry:2` as 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 |