aboutsummaryrefslogtreecommitdiffhomepage
path: root/compose.prod.yaml
AgeCommit message (Collapse)Author
2026-02-27feat(deploy): re-enable update-submodule workflownsfisis
2026-02-17feat: rename iOSDC Japan 2025 references to PHPerKaigi 2026nsfisis
Replace all remaining references to the forked event name: - Base path: /iosdc-japan/2025/code-battle/ → /phperkaigi/2026/code-battle/ - Display text and HTML titles - CSS utility class: bg-iosdc-japan → bg-phperkaigi - GitHub Actions submodule path: albatross-swift-2025 → albatross-php-2026 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14build: introduce npm workspaces for unified dependency managementnsfisis
Consolidate frontend, typespec, and worker/php into a single npm workspaces setup with one root lockfile. Update Dockerfiles to use repository root as build context, and adjust justfile, CI workflow, and compose files accordingly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13refactor(infra): serve frontend static files via nginx volume mountnsfisis
Replace app-server proxy with direct static file serving from nginx. The frontend service builds assets into a shared volume, and the reverse-proxy serves them with SPA fallback via try_files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2025-09-06fix(container): fix prod worker-swift containernsfisis
2025-09-05feat(worker): add swift workernsfisis
2025-09-05feat(worker): move directory worker/ to worker/php/nsfisis
2025-08-17feat: update "PHPerKaigi" to "iOSDC Japan"nsfisis
2025-08-14feat(backend,frontend): Replace hard-coded base path with environment variablensfisis
2025-03-08add missing servicensfisis
2025-03-04change portnsfisis
2024-08-17feat(backend): fetch user icon from forteensfisis
2024-08-10feat: configure JWT secretnsfisis
2024-08-09chore: update compose.prod.yamlnsfisis
2024-07-30feat: separate Makefile and compose.yaml for local/prod envsnsfisis