Commit Graph

7 Commits

Author SHA1 Message Date
Kazuki Yamada 13dc3f5322 fix(server): Fix serverless-redis port mapping in Docker Compose
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>
2026-03-21 22:23:23 +09:00
Kazuki Yamada c7069219f4 feat(server): Add local Redis for daily rate limit testing in Docker Compose
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>
2026-03-21 21:54:16 +09:00
Kazuki Yamada 3c4c192368 feat(website-server): Add bundled mode support for Cloud Run
- 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
2026-01-01 19:16:21 +09:00
Yamada Dev 10820407c7 feat(website): Run repomix in quiet mode on the website 2025-02-22 14:53:19 +09:00
Kazuki Yamada 6c9a149eb5 feat(pack): Simplify various processes 2025-01-25 13:55:19 +09:00
Kazuki Yamada 034c54a6b3 refactor: use repomix's built-in URL validation 2025-01-11 02:16:59 +09:00
Kazuki Yamada 6005ceb179 feat(website): add Docker development environment 2025-01-11 02:09:40 +09:00