Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 247 Bytes

File metadata and controls

11 lines (8 loc) · 247 Bytes

Docker Simple FullStack App

Client Port 3000 접속 → Nginx (Port 80 Proxy)

  1. / (Front Port 3000) → Nginx → 정적파일
  2. /api (Backend Port 5000) → Mysql(Port 3063)
  • frontend : React
  • backend : Nodejs
  • Database : Mysql
  • Nginx