The serverless-redis-http container listens on port 80 internally,
not 8079. Fix the URL to use port 80 for container-to-container
communication, and update the host port mapping to 8079:80.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add Redis and serverless-redis-http (Upstash-compatible HTTP proxy) to
both compose.yml and compose.bundle.yml so daily rate limiting works
in local development with the same code path as production.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Update Dockerfile for bundled production mode with esbuild
- Copy WASM files and tinypool for runtime
- Set environment variables for bundled worker path
- Update compose.yml to disable bundled mode for local development