Skip to content

Commit

Permalink
update DBs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad-sol committed Apr 29, 2024
1 parent 06a7169 commit 60ee02f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions auto/deps_pro-ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion auto/deps_pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion auto/mongo44.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60ee02f

Please sign in to comment.