Skip to content

Commit

Permalink
Merge pull request #7 from fauxauldrich/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
shubhendumadhukar committed Mar 24, 2021
2 parents 063eb60 + 3edc6b9 commit eaed9c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.9"
services:
kafka-service:
image: "kafka-service:0.0.1"
image: "shubhendumadhukar/kafka-service"
ports:
- "8080:8080"
volumes:
Expand All @@ -10,4 +10,4 @@ services:
- spring.kafka.bootstrap-servers=127.0.0.1:9092
- kafkaservice.truststore.location=/app/certs/truststore.jks
- kafkaservice.truststore.password=Password@123

# Add another entry under services to connect to a different cluster

0 comments on commit eaed9c6

Please sign in to comment.