File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ services:
53
53
- --appendonly
54
54
- " yes"
55
55
core :
56
- image : tokend/core:3.7.0-x.10
56
+ image : tokend/core:3.7.0
57
57
depends_on :
58
58
- traefik
59
59
restart : unless-stopped
@@ -70,7 +70,7 @@ services:
70
70
labels :
71
71
- " autoheal=true"
72
72
horizon :
73
- image : tokend/horizon:3.10.0-x.10
73
+ image : tokend/horizon:3.10.0
74
74
depends_on :
75
75
- core
76
76
restart : unless-stopped
@@ -83,7 +83,7 @@ services:
83
83
- ./configs/horizon.yaml:/config.yaml
84
84
- horizon-data:/data
85
85
api :
86
- image : tokend/identity:4.7.0-rc.0
86
+ image : tokend/identity:4.7.0
87
87
restart : unless-stopped
88
88
depends_on :
89
89
- horizon
@@ -285,7 +285,7 @@ services:
285
285
entrypoint : " erc20-deposit-svc"
286
286
command : ["run", "funnel"]
287
287
erc20-withdraw :
288
- image : tokend/erc20-withdraw-svc:1.0.9-x.0
288
+ image : tokend/erc20-withdraw-svc:1.0.9
289
289
restart : unless-stopped
290
290
depends_on :
291
291
- horizon
You can’t perform that action at this time.
0 commit comments