aboutsummaryrefslogtreecommitdiff
path: root/docker/storm.yaml
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-10-25 14:34:37 -0600
committerCody Hiar <cody@hiar.ca>2021-10-25 14:34:37 -0600
commite3d2ffca585660f0c088ab8323bfe78a86ba75e3 (patch)
tree1f542c4d1c032cdc85149ccfd28cafc402ddb3d0 /docker/storm.yaml
parent08cf73a70e3ce2dbc85e8b389f15090c148ec003 (diff)
Save working version of deploying jars
Diffstat (limited to 'docker/storm.yaml')
-rw-r--r--docker/storm.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/storm.yaml b/docker/storm.yaml
new file mode 100644
index 0000000..283481f
--- /dev/null
+++ b/docker/storm.yaml
@@ -0,0 +1,9 @@
+storm.zookeeper.servers:
+ - "localhost"
+storm.local.dir: "/tmp/storm"
+nimbus.host: "localhost"
+supervisor.slots.ports:
+ - 6700
+ - 6701
+ - 6702
+ - 6703