@@ -34,7 +34,7 @@ services:
34
34
volumes :
35
35
- adks-data:/pgdata
36
36
core :
37
- image : tokend/core:3.5.0
37
+ image : tokend/core:3.5.1
38
38
depends_on :
39
39
- janus
40
40
restart : unless-stopped
@@ -51,17 +51,18 @@ services:
51
51
labels :
52
52
- " autoheal=true"
53
53
horizon :
54
- image : tokend/horizon:3.4 .0
54
+ image : tokend/horizon:3.5 .0
55
55
depends_on :
56
56
- core
57
57
restart : unless-stopped
58
58
environment :
59
59
- POSTGRES_USER=horizon
60
60
- POSTGRES_PASSWORD=horizon
61
61
- POSTGRES_DB=horizon
62
- - PGDATA=/pgdata
62
+ - PGDATA=/data/ pgdata
63
63
volumes :
64
64
- ./configs/horizon.yaml:/config.yaml
65
+ - horizon-data:/data
65
66
api :
66
67
image : tokend/identity:4.4.0
67
68
restart : unless-stopped
@@ -94,14 +95,14 @@ services:
94
95
entrypoint : " "
95
96
command : /opt/config/apply.sh
96
97
web_client :
97
- image : tokend/web-client:1.8 .0
98
+ image : tokend/web-client:1.9 .0
98
99
restart : unless-stopped
99
100
volumes :
100
101
- ./configs/client.js:/usr/share/nginx/html/static/env.js
101
102
ports :
102
103
- 8060:80
103
104
admin_client :
104
- image : tokend/admin-client:1.8 .0
105
+ image : tokend/admin-client:1.9 .0
105
106
restart : unless-stopped
106
107
volumes :
107
108
- ./configs/client.js:/usr/share/nginx/html/static/env.js
@@ -143,6 +144,14 @@ services:
143
144
environment :
144
145
- KV_VIPER_FILE=/config.yaml
145
146
command : " run"
147
+ poll_closer :
148
+ image : tokend/poll-closer:0.1.1
149
+ restart : unless-stopped
150
+ environment :
151
+ - KV_VIPER_FILE=/config.yaml
152
+ volumes :
153
+ - ./configs/poll-closer.yaml:/config.yaml
154
+ command : run closer
146
155
147
156
# # 3rd party
148
157
@@ -162,29 +171,45 @@ services:
162
171
# # Coinpayments
163
172
164
173
coinpayments-deposit :
165
- image : tokend/coinpayments:0.3 .0
174
+ image : tokend/coinpayments:0.4 .0
166
175
restart : unless-stopped
167
176
environment :
168
177
- KV_VIPER_FILE=/config.yaml
169
178
volumes :
170
179
- ./configs/coinpayments-deposit.yaml:/config.yaml
171
180
command : deposit
172
181
coinpayments-deposit-verify :
173
- image : tokend/coinpayments:0.3 .0
182
+ image : tokend/coinpayments:0.4 .0
174
183
restart : unless-stopped
175
184
environment :
176
185
- KV_VIPER_FILE=/config.yaml
177
186
volumes :
178
187
- ./configs/coinpayments-deposit-verify.yaml:/config.yaml
179
188
command : deposit-verify
180
189
coinpayments-withdraw :
181
- image : tokend/coinpayments:0.3 .0
190
+ image : tokend/coinpayments:0.4 .0
182
191
restart : unless-stopped
183
192
environment :
184
193
- KV_VIPER_FILE=/config.yaml
185
194
volumes :
186
195
- ./configs/coinpayments-withdraw.yaml:/config.yaml
187
196
command : withdraw
197
+ coinpayments-atomic-swap-checker :
198
+ image : tokend/coinpayments:0.4.0
199
+ restart : unless-stopped
200
+ environment :
201
+ - KV_VIPER_FILE=/config.yaml
202
+ volumes :
203
+ - ./configs/coinpayments-atomic-swap-checker.yaml:/config.yaml
204
+ command : atomic-swap-checker
205
+ coinpayments-atomic-swap-matcher :
206
+ image : tokend/coinpayments:0.4.0
207
+ restart : unless-stopped
208
+ environment :
209
+ - KV_VIPER_FILE=/config.yaml
210
+ volumes :
211
+ - ./configs/coinpayments-atomic-swap-matcher.yaml:/config.yaml
212
+ command : atomic-swap-matcher
188
213
189
214
volumes :
190
215
adks-data :
0 commit comments