fix: config.alloy 경로 수정 #490
Merged
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.
관련 이슈
작업 내용
config.alloy가 디렉터리 형태로 생성되고 있었습니다. 디렉터리 구조 변경할 때 docker-compose 경로 수정이 누락된 것 같습니다.
마지막 배포 이후로 alloy가 도입되어 prod 환경에서 docker-compose up 이 실패했고, dev 환경에는 기존에 남아있던(디렉터리 구조 변경 전) config.alloy 가 남아서 여태까지 액션이 실패하지 않았던 것 같습니다.
docker compose dev, prod에서 경로 아래와 같이 수정했습니다
docs/config.alloy -> docs/infra-config/config.alloy
특이 사항
리뷰 요구사항 (선택)