Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
MultiServices
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Jan 22, 2019
1 parent 43daa20 commit 3c5fecf
Show file tree
Hide file tree
Showing 201 changed files with 5,978 additions and 4,652 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ version: '3'

# Other services are specified in .\lib\killrvideo-docker-common\docker-compose.yaml
services:

# Ensure consistency in Kafka World
zookeeper:
image: wurstmeister/zookeeper:3.4.6
ports:
- 2181:2181

# Start the Kafka Engine for Killrvideo
# JSON Format date pattern : yyyy-MM-dd'T'HH:mm:ss.SSS
kafka:
image: wurstmeister/kafka:1.0.0
depends_on:
Expand All @@ -17,9 +18,10 @@ services:
KAFKA_ADVERTISED_HOST_NAME: localhost
KAFKA_ADVERTISED_PORT: 9092
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_CREATE_TOPICS: "topic-kv-videoCreation:1:1:compact,topic-kv-userCreation:1:1:compact,topic-kv-videoRating:1:1:compact"
KAFKA_CREATE_TOPICS: "topic-kv-videoCreation:1:1,topic-kv-userCreation:1:1,topic-kv-videoRating:1:1"
ports:
- 9092:9092

# Start the KillrVideo web UI on port 3000
web:
image: killrvideo/killrvideo-web:1.2.8
Expand Down
68 changes: 0 additions & 68 deletions killrvideo-api-grpc-test/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3c5fecf

Please sign in to comment.