DB를 MySQL에서 PostgreSQL로 전면 전환

- Sequelize dialect를 postgres로 변경, mysql2 대신 pg/pg-hstore 사용
- docker-compose: postgres:16-alpine + pg_isready healthcheck, 호스트 포트 5442
- 환경변수 MYSQL_PORT -> DB_PORT로 통일, .env.example 갱신

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 14:59:37 +09:00
parent e91e32c6fa
commit a45cb39a57
7 changed files with 190 additions and 146 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ async function build() {
// 외부로 뺄 의존성 (런타임에 에셋/바이너리가 직접 필요한 것들)
const externalModules = [
"sequelize",
"mysql2",
"pg",
"pg-hstore",
"pdfkit",
"swagger-ui-express",
"swagger-jsdoc"