1
1
version : ' 3.3'
2
2
3
3
services :
4
- janus :
5
- image : tokend/janus:latest
4
+ traefik :
5
+ image : traefik:v2.0
6
+ ports :
7
+ - " 80:80"
8
+ - " 8081:8080"
9
+ volumes :
10
+ - ./configs/traefik.yaml:/traefik.yaml
11
+ cop :
12
+ image : tokend/traefik-cop:1.0.0
6
13
restart : unless-stopped
14
+ environment :
15
+ - KV_VIPER_FILE=/config.yaml
7
16
volumes :
8
- - ./configs/janus.toml:/etc/janus/janus.toml
17
+ - ./configs/cop.yaml:/config.yaml
18
+ entrypoint : sh -c "traefik-cop run"
9
19
upstream :
10
20
image : nginx
11
21
restart : unless-stopped
@@ -14,7 +24,7 @@ services:
14
24
ports :
15
25
- " 8000:80"
16
26
adks :
17
- image : tokend/adks:1.0.0
27
+ image : tokend/adks:1.0.2
18
28
restart : unless-stopped
19
29
depends_on :
20
30
- horizon
@@ -43,9 +53,9 @@ services:
43
53
- --appendonly
44
54
- " yes"
45
55
core :
46
- image : tokend/core:3.6.3.1
56
+ image : tokend/core:3.6.5
47
57
depends_on :
48
- - janus
58
+ - traefik
49
59
restart : unless-stopped
50
60
environment :
51
61
- POSTGRES_USER=core
@@ -60,7 +70,7 @@ services:
60
70
labels :
61
71
- " autoheal=true"
62
72
horizon :
63
- image : tokend/horizon:3.7.1.1
73
+ image : tokend/horizon:3.9.0
64
74
depends_on :
65
75
- core
66
76
restart : unless-stopped
@@ -73,7 +83,7 @@ services:
73
83
- ./configs/horizon.yaml:/config.yaml
74
84
- horizon-data:/data
75
85
api :
76
- image : tokend/identity:4.5.4
86
+ image : tokend/identity:4.6.0
77
87
restart : unless-stopped
78
88
depends_on :
79
89
- horizon
@@ -94,7 +104,7 @@ services:
94
104
volumes :
95
105
- api-data:/pgdata
96
106
initscripts :
97
- image : tokend/terraform-provider-tokend:1.3.0
107
+ image : tokend/terraform-provider-tokend:1.3.4
98
108
depends_on :
99
109
- horizon
100
110
- storage
@@ -104,14 +114,14 @@ services:
104
114
entrypoint : " "
105
115
command : /opt/config/apply.sh
106
116
web_client :
107
- image : tokend/web-client:1.10.3
117
+ image : tokend/web-client:1.12.0-rc.1
108
118
restart : unless-stopped
109
- volumes :
119
+ volumes :
110
120
- ./configs/client.js:/usr/share/nginx/html/static/env.js
111
121
ports :
112
122
- 8060:80
113
123
admin_client :
114
- image : tokend/admin-client:1.10.1
124
+ image : tokend/admin-client:1.13.0-rc.0
115
125
restart : unless-stopped
116
126
volumes :
117
127
- ./configs/client.js:/usr/share/nginx/html/static/env.js
@@ -134,7 +144,7 @@ services:
134
144
# #
135
145
136
146
charts :
137
- image : tokend/charts:0.4.1
147
+ image : tokend/charts:0.5.0
138
148
restart : unless-stopped
139
149
environment :
140
150
- KV_VIPER_FILE=/config.yaml
@@ -180,39 +190,39 @@ services:
180
190
# # Coinpayments
181
191
182
192
coinpayments-deposit :
183
- image : tokend/coinpayments:0.4 .0
193
+ image : tokend/coinpayments:0.5 .0
184
194
restart : unless-stopped
185
195
environment :
186
196
- KV_VIPER_FILE=/config.yaml
187
197
volumes :
188
198
- ./configs/coinpayments-deposit.yaml:/config.yaml
189
199
command : deposit
190
200
coinpayments-deposit-verify :
191
- image : tokend/coinpayments:0.4 .0
201
+ image : tokend/coinpayments:0.5 .0
192
202
restart : unless-stopped
193
203
environment :
194
204
- KV_VIPER_FILE=/config.yaml
195
205
volumes :
196
206
- ./configs/coinpayments-deposit-verify.yaml:/config.yaml
197
207
command : deposit-verify
198
208
coinpayments-withdraw :
199
- image : tokend/coinpayments:0.4 .0
209
+ image : tokend/coinpayments:0.5 .0
200
210
restart : unless-stopped
201
211
environment :
202
212
- KV_VIPER_FILE=/config.yaml
203
213
volumes :
204
214
- ./configs/coinpayments-withdraw.yaml:/config.yaml
205
215
command : withdraw
206
216
coinpayments-atomic-swap-checker :
207
- image : tokend/coinpayments:0.4.5
217
+ image : tokend/coinpayments:0.5.0
208
218
restart : unless-stopped
209
219
environment :
210
220
- KV_VIPER_FILE=/config.yaml
211
221
volumes :
212
222
- ./configs/coinpayments-atomic-swap-checker.yaml:/config.yaml
213
223
command : atomic-swap-checker
214
224
coinpayments-atomic-swap-matcher :
215
- image : tokend/coinpayments:0.4.5
225
+ image : tokend/coinpayments:0.5.0
216
226
restart : unless-stopped
217
227
environment :
218
228
- KV_VIPER_FILE=/config.yaml
@@ -242,7 +252,7 @@ services:
242
252
243
253
# # Ethereum
244
254
erc20-deposit :
245
- image : tokend/erc20-deposit-svc:1.0.8
255
+ image : tokend/erc20-deposit-svc:1.0.10
246
256
restart : unless-stopped
247
257
depends_on :
248
258
- horizon
@@ -253,7 +263,7 @@ services:
253
263
entrypoint : " erc20-deposit-svc"
254
264
command : ["run", "deposit"]
255
265
erc20-deployer :
256
- image : tokend/erc20-deposit-svc:1.0.8
266
+ image : tokend/erc20-deposit-svc:1.0.10
257
267
restart : on-failure
258
268
depends_on :
259
269
- horizon
@@ -264,7 +274,7 @@ services:
264
274
entrypoint : " erc20-deposit-svc"
265
275
command : ["run", "deployer"]
266
276
erc20-funnel :
267
- image : tokend/erc20-deposit-svc:1.0.8
277
+ image : tokend/erc20-deposit-svc:1.0.10
268
278
restart : unless-stopped
269
279
depends_on :
270
280
- horizon
@@ -275,7 +285,7 @@ services:
275
285
entrypoint : " erc20-deposit-svc"
276
286
command : ["run", "funnel"]
277
287
erc20-withdraw :
278
- image : tokend/erc20-withdraw-svc:1.0.5
288
+ image : tokend/erc20-withdraw-svc:1.0.6
279
289
restart : unless-stopped
280
290
depends_on :
281
291
- horizon
0 commit comments