Skip to content

Commit

Permalink
Release devicehive-docker 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sitnik committed Jan 22, 2018
1 parent 40ef2de commit 4f87f67
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions rdbms-image/dh_plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3"
services:
dh_plugin:
image: devicehive/devicehive-plugin:${DH_TAG:-development}
image: devicehive/devicehive-plugin:${DH_TAG:-3.4.3}
ports:
- "${DH_PLUGIN_PORT:-8110}:8110"
links:
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_PLUGIN_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy}

wsproxyext:
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-development}
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-1.0.0}
links:
- "dh_auth"
- "dh_plugin"
Expand Down
12 changes: 6 additions & 6 deletions rdbms-image/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- devicehive-db:/var/lib/postgresql/data

wsproxy:
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-development}
image: devicehive/devicehive-ws-proxy:${DH_WS_PROXY_TAG:-1.0.0}
links:
- "kafka"
restart: unless-stopped
Expand All @@ -41,7 +41,7 @@ services:
PROXY.WEB_SOCKET_SERVER_HOST: 'wsproxy'

dh_frontend:
image: devicehive/devicehive-frontend:${DH_TAG:-development}
image: devicehive/devicehive-frontend:${DH_TAG:-3.4.3}
links:
- "postgres"
- "kafka"
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_FE_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy-frontend}

dh_auth:
image: devicehive/devicehive-auth:${DH_TAG:-development}
image: devicehive/devicehive-auth:${DH_TAG:-3.4.3}
links:
- "postgres"
- "hazelcast"
Expand All @@ -90,7 +90,7 @@ services:
JWT_SECRET: ${JWT_SECRET}

hazelcast:
image: devicehive/devicehive-hazelcast:${DH_TAG:-development}
image: devicehive/devicehive-hazelcast:${DH_TAG:-3.4.3}
ports:
- "5701:5701"
restart: unless-stopped
Expand All @@ -99,7 +99,7 @@ services:
MIN_HEAP_SIZE: "512m"

dh_backend:
image: devicehive/devicehive-backend:${DH_TAG:-development}
image: devicehive/devicehive-backend:${DH_TAG:-3.4.3}
links:
- "hazelcast"
- "kafka"
Expand Down Expand Up @@ -127,7 +127,7 @@ services:
SPRING_PROFILES_ACTIVE: ${DH_BE_SPRING_PROFILES_ACTIVE:-ws-kafka-proxy-backend}

dh_proxy:
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-development}
image: devicehive/devicehive-proxy:${DH_PROXY_TAG:-3.4.3}
links:
- "dh_auth"
- "dh_frontend"
Expand Down

0 comments on commit 4f87f67

Please sign in to comment.