From 60ee02f06fad020bacd82da3c57e79d494d70032 Mon Sep 17 00:00:00 2001 From: konrad Date: Mon, 29 Apr 2024 10:28:46 +0200 Subject: [PATCH] update DBs versions --- auto/deps_pro-ha.yml | 6 +++--- auto/deps_pro.yml | 2 +- auto/mongo44.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auto/deps_pro-ha.yml b/auto/deps_pro-ha.yml index a58a0cb..eb65a72 100644 --- a/auto/deps_pro-ha.yml +++ b/auto/deps_pro-ha.yml @@ -3,7 +3,7 @@ services: redis: profiles: ["all", "master-datacenter"] container_name: redis - image: bitnami/redis:6.2 + image: bitnami/redis:7.0 environment: - ALLOW_EMPTY_PASSWORD=yes ports: @@ -18,7 +18,7 @@ services: redis-datacenter-1: profiles: ["all", "slave-datacenter"] container_name: redis-datacenter-1 - image: bitnami/redis:6.2 + image: bitnami/redis:7.0 environment: - ALLOW_EMPTY_PASSWORD=yes ports: @@ -33,7 +33,7 @@ services: redis-datacenter-2: profiles: ["all", "slave-datacenter"] container_name: redis-datacenter-2 - image: bitnami/redis:6.2 + image: bitnami/redis:7.0 environment: - ALLOW_EMPTY_PASSWORD=yes ports: diff --git a/auto/deps_pro.yml b/auto/deps_pro.yml index b403cb5..31f51a6 100644 --- a/auto/deps_pro.yml +++ b/auto/deps_pro.yml @@ -3,7 +3,7 @@ services: redis: profiles: ["all", "master-datacenter"] container_name: redis - image: bitnami/redis:6.2 + image: bitnami/redis:7.0 environment: - ALLOW_EMPTY_PASSWORD=yes ports: diff --git a/auto/mongo44.yml b/auto/mongo44.yml index 79d6a64..031f266 100644 --- a/auto/mongo44.yml +++ b/auto/mongo44.yml @@ -3,7 +3,7 @@ services: mongo: profiles: ["all", "master-datacenter"] container_name: mongo - image: mongo:4.4 + image: mongo:7 # environment: # - MONGO_INITDB_ROOT_USERNAME=root # - MONGO_INITDB_ROOT_PASSWORD=123456789