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