@@ -34,7 +34,7 @@ services:
34
34
volumes :
35
35
- adks-data:/pgdata
36
36
core :
37
- image : tokend/core:3.4 .0
37
+ image : tokend/core:3.5 .0
38
38
depends_on :
39
39
- janus
40
40
restart : unless-stopped
@@ -48,8 +48,10 @@ services:
48
48
volumes :
49
49
- ./configs/core.ini:/core-config.ini
50
50
- core-data:/data
51
+ labels :
52
+ - " autoheal=true"
51
53
horizon :
52
- image : tokend/horizon:3.3.3
54
+ image : tokend/horizon:3.4.0
53
55
depends_on :
54
56
- core
55
57
restart : unless-stopped
@@ -61,7 +63,7 @@ services:
61
63
volumes :
62
64
- ./configs/horizon.yaml:/config.yaml
63
65
api :
64
- image : tokend/identity:4.3.2
66
+ image : tokend/identity:4.4.0
65
67
restart : unless-stopped
66
68
depends_on :
67
69
- horizon
@@ -82,7 +84,7 @@ services:
82
84
volumes :
83
85
- api-data:/pgdata
84
86
initscripts :
85
- image : tokend/terraform-provider-tokend:0.3 .0
87
+ image : tokend/terraform-provider-tokend:1.1 .0
86
88
depends_on :
87
89
- horizon
88
90
- storage
@@ -92,14 +94,14 @@ services:
92
94
entrypoint : " "
93
95
command : /opt/config/apply.sh
94
96
web_client :
95
- image : tokend/web-client:1.7.0-rc.4
97
+ image : tokend/web-client:1.8.0
96
98
restart : unless-stopped
97
99
volumes :
98
100
- ./configs/client.js:/usr/share/nginx/html/static/env.js
99
101
ports :
100
102
- 8060:80
101
103
admin_client :
102
- image : tokend/admin-client:1.7.0-rc.4
104
+ image : tokend/admin-client:1.8.0
103
105
restart : unless-stopped
104
106
volumes :
105
107
- ./configs/client.js:/usr/share/nginx/html/static/env.js
@@ -142,6 +144,17 @@ services:
142
144
- KV_VIPER_FILE=/config.yaml
143
145
command : " run"
144
146
147
+ # # 3rd party
148
+
149
+ autoheal :
150
+ image : willfarrell/autoheal
151
+ restart : unless-stopped
152
+ environment :
153
+ - AUTOHEAL_START_PERIOD=60
154
+ - AUTOHEAL_DEFAULT_STOP_TIMEOUT=30
155
+ volumes :
156
+ - /var/run/docker.sock:/var/run/docker.sock
157
+
145
158
# #
146
159
# # Integration services
147
160
# #
0 commit comments