-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathdocker-compose-weavesock.yml
More file actions
65 lines (63 loc) · 1.38 KB
/
docker-compose-weavesock.yml
File metadata and controls
65 lines (63 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# minimal compose for a simulation of https://github.com/weaveworks/weaveDemo
version: '2'
services:
front_end:
image: rade/dummi
container_name: front_end
command: -l login catalogue orders
edge_router:
image: rade/dummi
container_name: edge_router
command: front_end
catalogue:
image: rade/dummi
container_name: catalogue
command: -l
accounts:
image: rade/dummi
container_name: accounts
command: -l accounts-db
accounts-db:
image: rade/dummi
container_name: accounts-db
command: -l
cart:
image: rade/dummi
container_name: cart
command: -l cart-db
cart-db:
image: rade/dummi
container_name: cart-db
command: -l
orders:
image: rade/dummi
container_name: orders
command: -l orders-db accounts cart payment shipping
orders-db:
image: rade/dummi
container_name: orders-db
command: -l
shipping:
image: rade/dummi
container_name: shipping
command: -l rabbitmq
queue-master:
image: rade/dummi
container_name: queue-master
command: -l rabbitmq
queue-worker:
image: rade/dummi
container_name: queue-worker
command: -l rabbitmq
rabbitmq:
image: rade/dummi
container_name: rabbitmq
command: -l
payment:
image: rade/dummi
container_name: payment
command: -l
login:
image: rade/dummi
container_name: login
command: -l