Skip to content

[FEAT]DB 초기화 및 도커 환경 세팅 #5

@ijnuegnaj

Description

@ijnuegnaj

📌 개요

  • 프로젝트 개발 환경 표준화를 위해 Docker 기반 MySQL + FastAPI 환경 구성

🔄 변경 사항

  • docker-compose.yml: DB, 서버 서비스 정의
  • mysql/conf.d/my.cnf: MySQL 문자셋 설정
  • mysql/init/init.sql: 초기 스키마 및 샘플 데이터
  • .gitignore: mysql/data 폴더 무시

✅ 테스트 방법

  1. docker-compose down -v && rm -rf mysql/data
  2. docker-compose up -d
  3. mysql -h 127.0.0.1 -P 3307 -u ictuser -p ictdb
  4. SHOW TABLES; → User, resume, question 등 생성 확인

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions