mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
38afb2e1c6
Replace the single browser image (which required local build) with three prebuilt images: browser-chromium, browser-firefox, and browser (both). Each is exposed as a separate Docker Compose profile so users can simply `docker compose --profile browser-chromium up -d` without any local build step, significantly reducing install time.