@@ -34,7 +34,7 @@ services:
3434 volumes :
3535 - adks-data:/pgdata
3636 core :
37- image : tokend/core:3.5.0
37+ image : tokend/core:3.5.1
3838 depends_on :
3939 - janus
4040 restart : unless-stopped
@@ -51,17 +51,18 @@ services:
5151 labels :
5252 - " autoheal=true"
5353 horizon :
54- image : tokend/horizon:3.4 .0
54+ image : tokend/horizon:3.5 .0
5555 depends_on :
5656 - core
5757 restart : unless-stopped
5858 environment :
5959 - POSTGRES_USER=horizon
6060 - POSTGRES_PASSWORD=horizon
6161 - POSTGRES_DB=horizon
62- - PGDATA=/pgdata
62+ - PGDATA=/data/ pgdata
6363 volumes :
6464 - ./configs/horizon.yaml:/config.yaml
65+ - horizon-data:/data
6566 api :
6667 image : tokend/identity:4.4.0
6768 restart : unless-stopped
@@ -94,14 +95,14 @@ services:
9495 entrypoint : " "
9596 command : /opt/config/apply.sh
9697 web_client :
97- image : tokend/web-client:1.8 .0
98+ image : tokend/web-client:1.9 .0
9899 restart : unless-stopped
99100 volumes :
100101 - ./configs/client.js:/usr/share/nginx/html/static/env.js
101102 ports :
102103 - 8060:80
103104 admin_client :
104- image : tokend/admin-client:1.8 .0
105+ image : tokend/admin-client:1.9 .0
105106 restart : unless-stopped
106107 volumes :
107108 - ./configs/client.js:/usr/share/nginx/html/static/env.js
@@ -143,6 +144,14 @@ services:
143144 environment :
144145 - KV_VIPER_FILE=/config.yaml
145146 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
146155
147156 # # 3rd party
148157
@@ -162,29 +171,45 @@ services:
162171 # # Coinpayments
163172
164173 coinpayments-deposit :
165- image : tokend/coinpayments:0.3 .0
174+ image : tokend/coinpayments:0.4 .0
166175 restart : unless-stopped
167176 environment :
168177 - KV_VIPER_FILE=/config.yaml
169178 volumes :
170179 - ./configs/coinpayments-deposit.yaml:/config.yaml
171180 command : deposit
172181 coinpayments-deposit-verify :
173- image : tokend/coinpayments:0.3 .0
182+ image : tokend/coinpayments:0.4 .0
174183 restart : unless-stopped
175184 environment :
176185 - KV_VIPER_FILE=/config.yaml
177186 volumes :
178187 - ./configs/coinpayments-deposit-verify.yaml:/config.yaml
179188 command : deposit-verify
180189 coinpayments-withdraw :
181- image : tokend/coinpayments:0.3 .0
190+ image : tokend/coinpayments:0.4 .0
182191 restart : unless-stopped
183192 environment :
184193 - KV_VIPER_FILE=/config.yaml
185194 volumes :
186195 - ./configs/coinpayments-withdraw.yaml:/config.yaml
187196 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
188213
189214volumes :
190215 adks-data :
0 commit comments