@@ -32,7 +32,7 @@ services:
3232 # #########################
3333
3434 proxy :
35- image : cyphernode/proxy:v0.3.1 -local
35+ image : cyphernode/proxy:v0.3.2 -local
3636 command : $USER ./startproxy.sh
3737 environment :
3838 - " TRACING=1"
@@ -75,7 +75,7 @@ services:
7575 # #########################
7676
7777 proxycron :
78- image : cyphernode/proxycron:v0.3.1 -local
78+ image : cyphernode/proxycron:v0.3.2 -local
7979 environment :
8080 - " TX_CONF_URL=proxy:8888/executecallbacks"
8181 - " OTS_URL=proxy:8888/ots_backoffice"
@@ -106,7 +106,7 @@ services:
106106 # #########################
107107
108108 notifier :
109- image : cyphernode/notifier:v0.3.1 -local
109+ image : cyphernode/notifier:v0.3.2 -local
110110 command : $USER ./startnotifier.sh
111111 networks :
112112 - cyphernodenet
@@ -123,7 +123,7 @@ services:
123123 # #########################
124124
125125 pycoin :
126- image : cyphernode/pycoin:v0.3.1 -local
126+ image : cyphernode/pycoin:v0.3.2 -local
127127 command : $USER ./startpycoin.sh
128128 environment :
129129 - " TRACING=1"
@@ -142,7 +142,7 @@ services:
142142 # #########################
143143
144144 otsclient :
145- image : cyphernode/otsclient:v0.3.1 -local
145+ image : cyphernode/otsclient:v0.3.2 -local
146146 command : $USER /script/startotsclient.sh
147147 environment :
148148 - " TRACING=1"
@@ -168,7 +168,7 @@ services:
168168
169169 gatekeeper :
170170 # HTTP authentication API gate
171- image : cyphernode/gatekeeper:v0.3.1 -local
171+ image : cyphernode/gatekeeper:v0.3.2 -local
172172 command : $USER
173173 environment :
174174 - " TRACING=1"
0 commit comments