simpleshop_theme/lib/simpleshop_theme_web
jamey 1ee37c853d add Docker deployment with Alpine image, release config and health check
- Alpine multi-stage Dockerfile (131 MB image)
- Release overlays (bin/server, bin/migrate), env.sh, Release module
- Health check endpoint at GET /health
- Fly.io config with SQLite volume mount
- Fix hardcoded paths in optimizer.ex and variant_cache.ex to use
  Application.app_dir/2 (breaks in releases where Plug.Static serves
  from a different directory than CWD)
- strip_beams: true in release config
- Optimised .dockerignore and .gitignore for mockup variants

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 16:21:05 +00:00
..
components add CI pipeline with credo and dialyzer 2026-02-08 15:19:42 +00:00
controllers add Docker deployment with Alpine image, release config and health check 2026-02-08 16:21:05 +00:00
live refactor: split shop_components.ex into 5 focused sub-modules 2026-02-08 14:30:25 +00:00
plugs feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
cart_hook.ex refactor: extract Cart.build_state/1 as single source of truth for cart state 2026-02-08 12:24:39 +00:00
endpoint.ex feat: add Printify webhook endpoint for real-time product updates 2026-01-31 22:41:15 +00:00
gettext.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
router.ex add Docker deployment with Alpine image, release config and health check 2026-02-08 16:21:05 +00:00
telemetry.ex mix phx.new simpleshop_theme --database sqlite3 --adapter bandit --binary-id 2025-12-30 12:26:26 +00:00
theme_hook.ex refactor: extract ThemeHook to eliminate mount duplication 2026-02-08 11:59:33 +00:00
user_auth.ex mix phx.gen.auth Accounts User users 2025-12-30 12:26:46 +00:00