From 26fd3f9f2cae183f5a6c32736a7487a35d4ef03e Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Fri, 22 May 2026 09:05:12 -0400 Subject: [PATCH] =?UTF-8?q?fc5:=20docker-compose=20comment=20=E2=80=94=20l?= =?UTF-8?q?egacy=20IR=20images=20bind-mount=20example=20at=20/import/image?= =?UTF-8?q?repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- docker-compose.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 78b650a..b8da8cd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,6 +53,13 @@ services: - ./images:/images - ./import:/import - ./downloads:/downloads + # FC-5 legacy migration: bind-mount the host's ImageRepo images dir + # under /import (FC's existing filesystem scan picks them up). Read-only + # is sufficient — FC copies into /images during the scan. The worker + + # scheduler services see the same /import via their own mounts below + # because of /import volume reuse. Edit the host path to match your + # install before running Settings → Maintenance → Legacy migration. + # - /var/lib/imagerepo/images:/import/imagerepo:ro depends_on: postgres: { condition: service_healthy } redis: { condition: service_healthy }