forked from randao/randao
-
Notifications
You must be signed in to change notification settings - Fork 10
/
docker-compose-mainnet.yml
177 lines (174 loc) · 5.49 KB
/
docker-compose-mainnet.yml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
version: '3'
networks:
randao:
services:
randao-participant0:
build: .
container_name: participant0
restart: always
environment:
- KEYSTORE_PASSWORD=pswd0
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant0:/tmp/.randao/campaigns
- ./config/mainnet/config0.json:/tmp/.randao/config/config.json
#- ./keys/0x02a5D1F97c24dC9399A2878dc44cbDA274093B6D.key:/tmp/.randao/keys/0x02a5D1F97c24dC9399A2878dc44cbDA274093B6D.key
networks:
- randao
ports:
- "80:80"
- "8080:8080"
- "9090:9090"
randao-participant1:
build: .
container_name: participant1
restart: always
environment:
- KEYSTORE_PASSWORD=pswd1
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant1:/tmp/.randao/campaigns
- ./config/mainnet/config1.json:/tmp/.randao/config/config.json
#- ./keys/0xf016802048A95017bAa7670c944D23537b2b2F19.key:/tmp/.randao/keys/0xf016802048A95017bAa7670c944D23537b2b2F19.key
networks:
- randao
ports:
- "81:80"
- "8081:8080"
- "9091:9090"
randao-participant2:
build: .
container_name: participant2
restart: always
environment:
- KEYSTORE_PASSWORD=pswd2
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant2:/tmp/.randao/campaigns
- ./config/mainnet/config2.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "82:80"
- "8082:8080"
- "9092:9090"
randao-participant3:
build: .
container_name: participant3
restart: always
environment:
- KEYSTORE_PASSWORD=pswd3
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant3:/tmp/.randao/campaigns
- ./config/mainnet/config3.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "83:80"
- "8083:8080"
- "9093:9090"
randao-participant4:
build: .
container_name: participant4
restart: always
environment:
- KEYSTORE_PASSWORD=pswd4
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant4:/tmp/.randao/campaigns
- ./config/mainnet/config4.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "84:80"
- "8084:8080"
- "9094:9090"
randao-participant5:
build: .
container_name: participant5
restart: always
environment:
- KEYSTORE_PASSWORD=pswd5
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant5:/tmp/.randao/campaigns
- ./config/mainnet/config5.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "85:80"
- "8085:8080"
- "9095:9090"
randao-participant6:
build: .
container_name: participant6
restart: always
environment:
- KEYSTORE_PASSWORD=pswd6
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant6:/tmp/.randao/campaigns
- ./config/mainnet/config6.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "86:80"
- "8086:8080"
- "9096:9090"
randao-participant7:
build: .
container_name: participant7
restart: always
environment:
- KEYSTORE_PASSWORD=pswd7
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant7:/tmp/.randao/campaigns
- ./config/mainnet/config7.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "87:80"
- "8087:8080"
- "9097:9090"
randao-participant8:
build: .
container_name: participant8
restart: always
environment:
- KEYSTORE_PASSWORD=pswd8
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant8:/tmp/.randao/campaigns
- ./config/mainnet/config8.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "88:80"
- "8088:8080"
- "9098:9090"
randao-participant9:
build: .
container_name: participant9
restart: always
environment:
- KEYSTORE_PASSWORD=pswd9
# command: --config /tmp/.randao/config/config.json
volumes:
- ./campaigns/participant9:/tmp/.randao/campaigns
- ./config/mainnet/config9.json:/tmp/.randao/config/config.json
#- ./keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key:/tmp/.randao/keys/0xAB9F918fBefE4b6C9464774F06482DEf349579EF.key
networks:
- randao
ports:
- "89:80"
- "8089:8080"
- "9099:9090"