diff --git a/rdbms-image/dh_plugin.yml b/rdbms-image/dh_plugin.yml index bcff7a1..77e3812 100644 --- a/rdbms-image/dh_plugin.yml +++ b/rdbms-image/dh_plugin.yml @@ -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: @@ -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" diff --git a/rdbms-image/docker-compose.yml b/rdbms-image/docker-compose.yml index b9bf93b..6f2535e 100644 --- a/rdbms-image/docker-compose.yml +++ b/rdbms-image/docker-compose.yml @@ -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 @@ -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" @@ -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" @@ -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 @@ -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" @@ -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"