Open
Conversation
chachohee
reviewed
Nov 22, 2025
Comment on lines
+21
to
+30
| # Redis 캐시 | ||
| redis: | ||
| image: redis:alpine | ||
| container_name: cupeed-hub-redis | ||
| ports: | ||
| - "6379:6379" | ||
| volumes: | ||
| - redis_data:/data | ||
| restart: unless-stopped | ||
|
|
Contributor
There was a problem hiding this comment.
Cupeed 최상단에 적용해주세용 최상단에도 redis 설정 포트가 6379라 hub 관련된 redis 포트 변경해주세욥
Contributor
There was a problem hiding this comment.
최상단꺼를 같이 사용하는건지 모르겠네여?ㅜㅠ
Comment on lines
+28
to
34
| # 3. Redis 설정 | ||
| data: | ||
| redis: | ||
| host: localhost | ||
| port: 6379 | ||
|
|
||
| server: |
Contributor
There was a problem hiding this comment.
도커 컴포즈 파일 변경하시고 설정 파일도 맞춰서 수정해서 욜려주시면감사하게씁니당 ㅎㅅㅎ
pleasebelieveme
approved these changes
Nov 23, 2025
| import lombok.Setter; | ||
|
|
||
| @Getter | ||
| @Setter |
Contributor
There was a problem hiding this comment.
세터가 아니라 메서드로 만들어야 할까요?ㅜㅠ
Comment on lines
+21
to
+30
| # Redis 캐시 | ||
| redis: | ||
| image: redis:alpine | ||
| container_name: cupeed-hub-redis | ||
| ports: | ||
| - "6379:6379" | ||
| volumes: | ||
| - redis_data:/data | ||
| restart: unless-stopped | ||
|
|
Contributor
There was a problem hiding this comment.
최상단꺼를 같이 사용하는건지 모르겠네여?ㅜㅠ
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.
📍 PR 타입 (하나 이상 선택)
📝 개요
👀 참고 사항
👀 기타