Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] 배포 스텝 수정 #482

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

yaongmeow
Copy link
Collaborator

🌎 PR 요약

🌱 작업한 브랜치

📚 작업한 내용

  • static (사진 파일) 볼륨을 설정하였습니다.
  • log (서버 로그) 볼륨을 설정하였습니다.
  • docker prune으로 미사용 이미지 및 컨테이너를 제거합니다.
  • docker container 실행 시 cpu 사용률을 70퍼센트로 지정합니다.

📍 참고 사항

관련 이슈

@yaongmeow yaongmeow added the 💽 BE 백엔드 작업 시 label Oct 8, 2024
@yaongmeow yaongmeow requested a review from kmi0817 October 8, 2024 16:56
@yaongmeow yaongmeow self-assigned this Oct 8, 2024
docker rm traveline-container || true
docker image prune -a --force
docker pull traveline/traveline-docker
docker run --cpus="0.7" -e DB_HOST=${{ secrets.DB_HOST }} \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kmi0817 cpus가 cpu 사용률 옵션입니다~~~

@kmi0817 kmi0817 merged commit 092cfd1 into boostcampwm2023:be-develop Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💽 BE 백엔드 작업 시
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants