Conversation
This comment was marked as off-topic.
This comment was marked as off-topic.
Member
Author
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
GulSauce
commented
Jan 27, 2026
.github/resources/docker-compose.yml
Outdated
| ports: | ||
| - "${GREEN_PORT}:8080" | ||
| extra_hosts: | ||
| - "host.docker.internal:host-gateway" |
Member
Author
There was a problem hiding this comment.
host.docker.internal로 호스트 localhost의 다른 포트로 접속할수있게함
GulSauce
commented
Jan 27, 2026
|
|
||
| send_slack ">>> 사용하지 않는 Docker 이미지 정리(Prune)..." | ||
| send_slack ">>> 사용하지 않는 Docker 이미지 정리..." | ||
| docker images qasker/api --format "{{.Repository}}:{{.Tag}}" | grep -v ":latest" | xargs docker rmi |
Member
Author
There was a problem hiding this comment.
v 1.6.3등 태그가 이 아니여도 실행중 컨테이너가 가지고있는 이미지가 아니라면 지우게함
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📢 설명
해당 Pull Request에 대해 간략하게 설명해주세요!
New Relic -> Scouter로 변경
바꾼 이유는 의사선택 과정 참조
AI 서버에 scouter-server 설치
FastAPI가 가벼워서 RAM사용량이 적다고 판단. 공간이 더 많이 남을것이다
Scouter APM의 대략적인 구조
6100 UDP로는 요약 등의 데이터를 보낸다
6100 TCP로는 사용한 SQL구문등의 상세 데이터를 보낸다
의사 선택과정(trade-off)
얻었다
잃었다
코드 설명: 코멘트 확인
✅ 체크 리스트
http://ai.q-asker.com:6188/extweb/index.html접속Summary by CodeRabbit
New Features
Chores
Documentation
✏️ Tip: You can customize this high-level summary in your review settings.