Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Oct 4, 2024
1 parent f7ed55e commit fdc9cd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CONST_create_template/docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ services:
- '30'

redis_master:
image: bitnami/redis:7.4.0
image: bitnami/redis:7.4.1
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.4.0
image: bitnami/redis:7.4.1
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -180,7 +180,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.4.0
image: bitnami/redis-sentinel:7.4.1
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand Down
6 changes: 3 additions & 3 deletions docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ services:
- '30'

redis_master:
image: bitnami/redis:7.4.0
image: bitnami/redis:7.4.1
environment:
- REDIS_REPLICATION_MODE=master
- ALLOW_EMPTY_PASSWORD=yes

redis_slave:
image: bitnami/redis:7.4.0
image: bitnami/redis:7.4.1
environment:
- REDIS_REPLICATION_MODE=slave
- REDIS_MASTER_HOST=redis_master
Expand All @@ -180,7 +180,7 @@ services:
- redis_master

redis_sentinel:
image: bitnami/redis-sentinel:7.4.0
image: bitnami/redis-sentinel:7.4.1
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand Down

0 comments on commit fdc9cd0

Please sign in to comment.