4 Commits

Author SHA1 Message Date
1ceef3f11c FEAT(jotion): redirect root path to /home
Some checks failed
Build Docker Image / build-and-push (push) Has been cancelled
CI / lint-and-build (push) Has been cancelled
- Add redirect from / to /home in middleware
- Remove / from publicPaths list
2026-01-10 02:48:30 +09:00
d445f17545 REFACTOR(db): migrate from MySQL to PostgreSQL
- Update database configuration for PostgreSQL
- Change Prisma provider from mysql to postgresql
2026-01-05 03:14:23 +09:00
8d2efbc375 FIX(docker): add curl for healthcheck
- Install all dependencies in Dockerfile
- Add curl package for container healthcheck
2026-01-05 02:39:40 +09:00
e82ea71c22 REFACTOR(repo): simplify project structure
- Move services/nextjs to nextjs/
- Move deploy/docker/Dockerfile.prod to Dockerfile
- Add GitHub Actions workflows (ci.yml, build.yml)
- Remove deploy/, services/, scripts/ folders
2026-01-05 02:29:10 +09:00