mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2026-06-13 05:39:13 +00:00
AI Service Redis Sentinel 연결 및 Kafka 통합 개선
주요 변경사항: - AI Service Redis Sentinel 모드 연결 설정 - Kafka 메시지 구조 정렬 (userId 필드 추가) - Snappy 압축 라이브러리 지원 (gcompat 추가) - Ingress Swagger 경로 수정 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -7,6 +7,9 @@ RUN java -Djarmode=layertools -jar app.jar extract
|
||||
FROM eclipse-temurin:21-jre-alpine
|
||||
WORKDIR /app
|
||||
|
||||
# Install gcompat for Snappy compression library compatibility
|
||||
RUN apk add --no-cache gcompat
|
||||
|
||||
# Create non-root user
|
||||
RUN addgroup -S spring && adduser -S spring -G spring
|
||||
USER spring:spring
|
||||
|
||||
Reference in New Issue
Block a user