Last active
November 15, 2016 06:26
-
-
Save ChromoX/8fd139979be52d5b08b9e839bf782745 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Docker-Compose: | |
wamp-subscriber: | |
tty: true | |
image: registry.portman.io:5000/data-wamp-subscriber | |
external_links: | |
- ${zk_link}:zk_kafka | |
- ${kafka_link}:kafka | |
environment: | |
- WAMP_URL="wss://api.mentisuel.com" | |
- WAMP_REALM="realm1" | |
- WAMP_CHANNEL="ticker" | |
- KAFKA_PUSH_TOPIC="ment.shop" | |
Rancher-Compose: | |
wamp-subscriber: | |
scale: 1 | |
external_links: | |
zk_link: zk-kafka/zk | |
kafka_link: kafka/broker |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment