# goodall Docker Compose media stack (Jellyfin, Radarr, Sonarr, Prowlarr, Bazarr, qBittorrent) fronted by Caddy, reachable only over Tailscale. Deployed on the NAS at `/volume2/docker/goodall` (host `karan@100.121.200.111`, tailnet name `goodall.taildc6b0a.ts.net`). This local directory is the source of truth for edits; redeploy a changed file with: ``` ssh karan@100.121.200.111 "cat > /volume2/docker/goodall/" < ./ ssh karan@100.121.200.111 "cd /volume2/docker/goodall && sudo docker compose up -d" ``` See [MIGRATION_STATUS.md](MIGRATION_STATUS.md) for current deployment status and remaining work.