Skip to content

Commit f3b2623

Browse files
authored
Bump utopia-php/fetch version (#59)
* Bump utopia-php/fetch version * Change redis image name * set start_period
1 parent a854f7c commit f3b2623

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"utopia-php/framework": "0.33.*",
3131
"utopia-php/telemetry": "*",
3232
"utopia-php/pools": "0.8.*",
33-
"utopia-php/fetch": "0.4.*"
33+
"utopia-php/fetch": "0.5.*"
3434
},
3535
"require-dev": {
3636
"ext-redis": "*",

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
- "6379:6379"
6161

6262
redis-cluster-0:
63-
image: docker.io/bitnami/redis-cluster:7.4
63+
image: docker.io/bitnamilegacy/redis-cluster:7.4
6464
environment:
6565
- ALLOW_EMPTY_PASSWORD=yes
6666
- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
@@ -77,36 +77,40 @@ services:
7777
healthcheck:
7878
test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ]
7979
start_interval: 1s
80+
start_period: 0s
8081

8182
redis-cluster-1:
82-
image: docker.io/bitnami/redis-cluster:7.4
83+
image: docker.io/bitnamilegacy/redis-cluster:7.4
8384
environment:
8485
- ALLOW_EMPTY_PASSWORD=yes
8586
- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
8687
- REDIS_NODES=redis-cluster-0 redis-cluster-1 redis-cluster-2 redis-cluster-3
8788
healthcheck:
8889
test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ]
8990
start_interval: 1s
91+
start_period: 0s
9092

9193
redis-cluster-2:
92-
image: docker.io/bitnami/redis-cluster:7.4
94+
image: docker.io/bitnamilegacy/redis-cluster:7.4
9395
environment:
9496
- ALLOW_EMPTY_PASSWORD=yes
9597
- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
9698
- REDIS_NODES=redis-cluster-0 redis-cluster-1 redis-cluster-2 redis-cluster-3
9799
healthcheck:
98100
test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ]
99101
start_interval: 1s
102+
start_period: 0s
100103

101104
redis-cluster-3:
102-
image: docker.io/bitnami/redis-cluster:7.4
105+
image: docker.io/bitnamilegacy/redis-cluster:7.4
103106
environment:
104107
- ALLOW_EMPTY_PASSWORD=yes
105108
- REDIS_DISABLE_COMMANDS=FLUSHDB,FLUSHALL
106109
- REDIS_NODES=redis-cluster-0 redis-cluster-1 redis-cluster-2 redis-cluster-3
107110
healthcheck:
108111
test: [ "CMD", "redis-cli", "-h", "localhost", "-p", "6379", "ping" ]
109112
start_interval: 1s
113+
start_period: 0s
110114

111115
amqp:
112116
image: rabbitmq:4
@@ -116,4 +120,5 @@ services:
116120
RABBITMQ_DEFAULT_VHOST: "/"
117121
healthcheck:
118122
test: [ "CMD", "rabbitmqctl", "node_health_check" ]
119-
start_interval: 1s
123+
start_interval: 1s
124+
start_period: 0s

0 commit comments

Comments
 (0)