Conversation
- prometheus.yml 파일이 디렉토리로 인식되는 오류가 있었습니다. - 파일을 직접 전송해주는 방법을 통해서 해당 오류를 해결했습니다. issue #27
- 기존 인증서가 이미 있으면 새롭게 발급을 안하는 로직이 인증 주소가 추가했음에도 갱신되지 않는 오류가 있었습니다. - 해당 문제를 해결하기 위해서 지정한 주소가 인증서에 없다면, 추가하는 방향으로 설정을 추가하여 오류를 해결했습니다. issue #27
- docker compose 과정에서 prometheus, grafana보다 먼저 띄어져서 생기는 오류가 있었습니다. - 이를 해결하기 위해서 nginx depends_on 옵션에 prometheus, grafana를 추가하여 해결했습니다. - 더불어, volumes에 grafana-storage 저장소를 추가했습니다. issue #27
- SSL 인증서 발급에 있어 여러 도메인 주소를 하나의 인증서로 발급받았습니다. - 그 과정에서 경로를 잘못 지정하여 발생하는 오류가 있었습니다. - 인증서가 존재하는 위치를 수정하여 해당 오류를 해결했습니다. issue #27
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.
#️⃣ 연관된 이슈
issue #27
📝 작업 내용
Prometheus.yml 파일 오류 수정
Certbot 인증서 발급 오류 수정
Docker Compose depends_on 오류 수정
Nginx 설정 오류 수정
💬 리뷰 요구사항