Skip to content

Instantly share code, notes, and snippets.

@ChromoX
Last active November 15, 2016 06:26
Show Gist options
  • Save ChromoX/8fd139979be52d5b08b9e839bf782745 to your computer and use it in GitHub Desktop.
Save ChromoX/8fd139979be52d5b08b9e839bf782745 to your computer and use it in GitHub Desktop.
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