berrypod/config
jamey 9a27723b52
All checks were successful
deploy / deploy (push) Successful in 3m36s
persist image cache on fly volume across deploys
Image variants were written to the ephemeral release directory
and wiped on every deploy, causing 500 errors with 50s timeouts
as browsers waited for images that could never be served.

- Point image_cache_dir at /data/image_cache in prod
- Add Plug.Static to serve from the persistent volume
- Exclude /image_cache/ from broken URL tracking

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 09:49:53 +00:00
..
config.exs add default queue for cron jobs, fix mobile sidebar scroll 2026-03-02 08:07:44 +00:00
dev.exs extract shared theme CSS into standalone bundle 2026-03-01 23:24:47 +00:00
prod.exs persist image cache on fly volume across deploys 2026-03-02 09:49:53 +00:00
runtime.exs tune SQLite PRAGMAs for production 2026-02-22 09:23:41 +00:00
test.exs add Printify client test coverage with Req.Test stubs 2026-02-22 10:35:24 +00:00