- Add redirect from / to /home in middleware - Remove / from publicPaths list
- Update database configuration for PostgreSQL - Change Prisma provider from mysql to postgresql
- Install all dependencies in Dockerfile - Add curl package for container healthcheck
- 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