Add tests for service Notifications
[transportpce.git] / tests / nbinotifications / docker-compose.yml
1 version: '2'
2 services:
3   zookeeper:
4     image: wurstmeister/zookeeper
5     container_name: nbinotifications_zookeeper
6     ports:
7       - "2181:2181"
8   kafka:
9     image: wurstmeister/kafka
10     container_name: nbinotifications_kafka
11     ports:
12       - "9092:9092"
13     environment:
14       KAFKA_ADVERTISED_HOST_NAME: localhost
15       KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181