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 Sep 5, 2024
1 parent ca8dcff commit 1a39288
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions CONST_create_template/docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:
restart: unless-stopped

redis:
image: redis:7.2
image: redis:7.4
user: www-data
restart: unless-stopped
command:
Expand All @@ -152,13 +152,13 @@ services:
- '30'

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

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

redis_sentinel:
image: bitnami/redis-sentinel:7.2.5
image: bitnami/redis-sentinel:7.4.0
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand All @@ -177,7 +177,7 @@ services:
- redis_slave

tilecloudchain:
image: &tilecloudchain-image camptocamp/tilecloud-chain:1.20
image: &tilecloudchain-image camptocamp/tilecloud-chain:1.21
user: www-data
restart: unless-stopped
environment:
Expand Down
10 changes: 5 additions & 5 deletions docker-compose-lib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ services:
restart: unless-stopped

redis:
image: redis:7.2
image: redis:7.4
user: www-data
restart: unless-stopped
command:
Expand All @@ -152,13 +152,13 @@ services:
- '30'

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

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

redis_sentinel:
image: bitnami/redis-sentinel:7.2.5
image: bitnami/redis-sentinel:7.4.0
environment:
- REDIS_MASTER_HOST=redis_master
- REDIS_MASTER_SET=mymaster
Expand All @@ -177,7 +177,7 @@ services:
- redis_slave

tilecloudchain:
image: &tilecloudchain-image camptocamp/tilecloud-chain:1.20
image: &tilecloudchain-image camptocamp/tilecloud-chain:1.21
user: www-data
restart: unless-stopped
environment:
Expand Down

0 comments on commit 1a39288

Please sign in to comment.