aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2021-03-30 15:01:37 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2021-04-02 07:39:48 +0200
commitc0d47aca4a13b239e51772fa366fa780ec7812da (patch)
tree7561c4f7654de3dba3d0e1c1de3f8c68fe75fff4 /Dockerfile
parent06daadc4403397935c647dca2bbb92459864d12a (diff)
Add Kafka support
- send changes on Kafka topic - add endpoint for fetching changes from Kafka Signed-off-by: Bogumil Zebek <bogumil.zebek@nokia.com> Issue-ID: INT-1869 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I349fdc4295659fc69407b5b1138281e2673f7938
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1303b40..2ac0c5f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,6 +20,6 @@ RUN mkdir -p /resources/certs && \
ENV ENABLE_TLS=false
ENV KAFKA_HOST_NAME="kafka1"
ENV KAFKA_PORT=9092
-ENV KAFKA_TOPIC="config:1:1"
+ENV KAFKA_TOPIC="config"
ENTRYPOINT ["./scripts/set-up-netopeer.sh", "/resources/models", "/resources/certs"]