mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
Spin up two elasticsearches in the example app
This commit is contained in:
@@ -18,9 +18,17 @@ redis:
|
||||
goapp:
|
||||
build: goapp
|
||||
links:
|
||||
- elasticsearch
|
||||
elasticsearch:
|
||||
- elasticsearch1
|
||||
- elasticsearch2
|
||||
elasticsearch1:
|
||||
image: elasticsearch
|
||||
expose:
|
||||
- "9200"
|
||||
- "9300"
|
||||
elasticsearch2:
|
||||
image: elasticsearch
|
||||
expose:
|
||||
- "9200"
|
||||
- "9300"
|
||||
links:
|
||||
- elasticsearch1
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
/home/weave/app elasticsearch
|
||||
/home/weave/app elasticsearch1 elasticsearch2
|
||||
|
||||
Reference in New Issue
Block a user