Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7e24266

Browse files
undo commenting out es docker
1 parent 9e15ee3 commit 7e24266

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docker-kafka-es/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ services:
1414
KAFKA_ADVERTISED_HOST_NAME: localhost
1515
KAFKA_CREATE_TOPICS: "u-bahn.action.aggregate:1:1,groups.notification.member.add:1:1,groups.notification.member.delete:1:1"
1616
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
17-
# esearch:
18-
# image: elasticsearch:7.7.1
19-
# container_name: ubahn-data-processor-es_es
20-
# ports:
21-
# - "9200:9200"
22-
# environment:
23-
# - discovery.type=single-node
17+
esearch:
18+
image: elasticsearch:7.7.1
19+
container_name: ubahn-data-processor-es_es
20+
ports:
21+
- "9200:9200"
22+
environment:
23+
- discovery.type=single-node

0 commit comments

Comments
 (0)