@@ -42,7 +42,7 @@ services:
4242 PROXY.WEB_SOCKET_SERVER_HOST : ' wsproxy'
4343
4444 dh_frontend :
45- image : devicehive/devicehive-frontend:${DH_TAG:-3.4.5 }
45+ image : devicehive/devicehive-frontend:${DH_TAG:-3.5.0 }
4646 ports :
4747 - " ${DH_FRONTEND_PORT:-8080}:8080"
4848 links :
@@ -74,7 +74,7 @@ services:
7474 SPRING_PROFILES_ACTIVE : ${DH_FE_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy-frontend}
7575
7676 dh_auth :
77- image : devicehive/devicehive-auth:${DH_TAG:-3.4.5 }
77+ image : devicehive/devicehive-auth:${DH_TAG:-3.5.0 }
7878 ports :
7979 - " ${DH_ADMIN_PORT:-8090}:8090"
8080 links :
@@ -103,7 +103,7 @@ services:
103103 SPRING_PROFILES_ACTIVE : ${DH_AUTH_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy}
104104
105105 hazelcast :
106- image : devicehive/devicehive-hazelcast:${DH_TAG:-3.4.5 }
106+ image : devicehive/devicehive-hazelcast:${DH_TAG:-3.5.0 }
107107 ports :
108108 - " 5701:5701"
109109 restart : unless-stopped
@@ -112,7 +112,7 @@ services:
112112 MIN_HEAP_SIZE : " 512m"
113113
114114 dh_backend_node :
115- image : devicehiveci /devicehive-backend-node:${DH_BACKEND_NODE_TAG:-jenkins }
115+ image : devicehive /devicehive-backend-node:${DH_BACKEND_NODE_TAG:-development }
116116 links :
117117 - " hazelcast"
118118 - " postgres"
@@ -131,7 +131,7 @@ services:
131131 HAZELCAST.GROUP_PASSWORD : ${HC_GROUP_PASSWORD:-dev-pass}
132132
133133 dh_proxy :
134- image : devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.4.5.1 }
134+ image : devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.5.0 }
135135 links :
136136 - " dh_auth"
137137 - " dh_frontend"
0 commit comments