Skip to content

Commit ca9498b

Browse files
authored
PHRAS-4153 rabbitMQ image can be set in env file (#4601)
1 parent 0179110 commit ca9498b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ RABBITMQ_MANAGEMENT_PORT=10811
278278
# @run
279279
RABBITMQ_HOSTNAME=rabbit_phraseanet
280280

281+
# @run
282+
RABBITMQ_IMAGE_VERSION=rabbitmq:4.1.0-management
283+
281284
# --- Gateway settings (Nginx) -----------------------------------------------------------------------------------------
282285

283286
# Value applied to "send_timeout", "keepalive_timeout", "client_header_timeout"

docker-compose.datastores.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ services:
2424
- internal
2525

2626
rabbitmq:
27-
image: rabbitmq:3.8.34-management
27+
image: $RABBITMQ_IMAGE_VERSION
2828
profiles: ["rabbitmq"]
2929
restart: on-failure
3030
hostname: $RABBITMQ_HOSTNAME

0 commit comments

Comments
 (0)