Skip to content

feat: Docker 기반 배포 구성 - #1

Closed
leeyunbo wants to merge 2 commits into
mainfrom
feature/docker-deploy
Closed

feat: Docker 기반 배포 구성#1
leeyunbo wants to merge 2 commits into
mainfrom
feature/docker-deploy

Conversation

@leeyunbo

Copy link
Copy Markdown
Owner

Summary

  • Houseping 앱을 Docker 컨테이너로 실행할 수 있도록 Dockerfile 추가
  • docker-compose.yml에 앱 서비스 정의 (PostgreSQL + Houseping App)
  • Jenkins CI/CD 파이프라인 연동을 위한 기반 작업

Test plan

  • docker build -t houseping:latest . 로 이미지 빌드 확인
  • docker compose -f docker/docker-compose.yml up -d 로 앱 기동 확인
  • http://localhost:10030/actuator/health 정상 응답 확인

🤖 Generated with Claude Code

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@leeyunbo leeyunbo closed this Mar 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants