Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ RABBITMQ_MANAGEMENT_PORT=10811
# @run
RABBITMQ_HOSTNAME=rabbit_phraseanet

# @run
RABBITMQ_IMAGE_VERSION=rabbitmq:4.1.0-management

# --- Gateway settings (Nginx) -----------------------------------------------------------------------------------------

# Value applied to "send_timeout", "keepalive_timeout", "client_header_timeout"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.datastores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- internal

rabbitmq:
image: rabbitmq:3.8.34-management
image: $RABBITMQ_IMAGE_VERSION
profiles: ["rabbitmq"]
restart: on-failure
hostname: $RABBITMQ_HOSTNAME
Expand Down
Loading