Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

study-web-HyeYeon

Docker development

docker compose up --build

Stop containers:

docker compose down

Check logs:

docker compose logs -f

docker-compose.yml runs three services:

  • postgres: PostgreSQL 16 with pgvector support.
  • backend: FastAPI app from back/.
  • frontend: Vite React app from front/.

The backend uses DATABASE_URL=postgresql://study_user:study_password@postgres:5432/study_web_db inside Docker. From the host machine, use localhost:5434 instead. See .env.example.

About

게시판 제작 연습용 레포

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages