Skip to content

Commit

Permalink
Updated Dockerfile to Fix Hang on Start
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Apr 2, 2024
1 parent 28d362e commit c3463fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ WORKDIR /home/jpo-conflictmonitor

RUN mvn clean package -DskipTests

FROM eclipse-temurin:21-jre-alpine
FROM amazoncorretto:21

WORKDIR /home

Expand Down
2 changes: 1 addition & 1 deletion jpo-conflictmonitor/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: ^project.version^
server.port: 8082

# Kafka properties
spring.kafka.bootstrap-servers: localhost:9092
spring.kafka.bootstrap-servers: ${KAFKA_BROKER_IP:localhost}:9092

logging.level.org.apache.kafka: INFO
logging.level: INFO
Expand Down

0 comments on commit c3463fd

Please sign in to comment.