Skip to content

Commit

Permalink
feat: Upgrade zoonavigator to 0.8.0 (#63)
Browse files Browse the repository at this point in the history
* feat: Upgrade zoonavigator to 0.8.0

* Update build for full-stack

* Update README with new version of zoonavigator
  • Loading branch information
retorres authored Mar 3, 2020
1 parent 0ce3ac0 commit d61095c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ script:
- ./test.sh zk-multiple-kafka-single.yml 4
- ./test.sh zk-single-kafka-multiple.yml 4
- ./test.sh zk-multiple-kafka-multiple.yml 6
- ./test.sh full-stack.yml 11
- ./test.sh full-stack.yml 10
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This replicates as well as possible real deployment configurations, where you ha
- Kafka Connect: Confluent 5.4.0
- Kafka Connect UI: 0.9.4
- KSQL Server: Confluent 5.4.0
- Zoonavigator: 0.5.1
- Zoonavigator: 0.8.0

# Requirements

Expand Down
21 changes: 5 additions & 16 deletions full-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,21 +145,10 @@ services:
- zoo1
- kafka1

zoonavigator-web:
image: elkozmon/zoonavigator-web:0.5.1
zoonavigator:
image: elkozmon/zoonavigator:0.8.0
ports:
- "8004:8000"
- "8004:8000"
environment:
API_HOST: "zoonavigator-api"
API_PORT: 9000
links:
- zoonavigator-api
depends_on:
- zoonavigator-api

zoonavigator-api:
image: elkozmon/zoonavigator-api:0.5.1
environment:
SERVER_HTTP_PORT: 9000
depends_on:
- zoo1
HTTP_PORT: 8000
AUTO_CONNECT_CONNECTION_STRING: zoo1:2181

0 comments on commit d61095c

Please sign in to comment.