Add renditions to docker-compose subproject [ACC-3063] - #1630
Conversation
|
AndreasVAmexio
left a comment
There was a problem hiding this comment.
The two suggestions are fixes. The question about the dlx is likely also a bug.
| { | ||
| "vhost": "/", | ||
| "name": "renditions-responses", | ||
| "pattern": "^renditions-responses$", |
There was a problem hiding this comment.
The queue name is rendition(singular) -responses.
| "pattern": "^renditions-responses$", | |
| "pattern": "^rendition-responses$", |
| }, | ||
| { | ||
| "vhost": "/", | ||
| "name": "renditions-responses", |
There was a problem hiding this comment.
The queue name is rendition(singular) -responses.
| "name": "renditions-responses", | |
| "name": "rendition-responses", |
| { | ||
| "name": "renditions-dlx", | ||
| "vhost": "/", | ||
| "type": "fanout", |
There was a problem hiding this comment.
Does this dead letter exchange route to anything? I see no binding for this exchange.
AndreasVAmexio
left a comment
There was a problem hiding this comment.
Two non-blocking requests.
|
|
||
| # Set up normal/dead letter exchange, request/response queues, bindings | ||
| renditions-rabbitmq-bootstrap: | ||
| image: ghcr.io/xenit-eu/kubectl |
There was a problem hiding this comment.
Can you pin the image version?
| environment: | ||
| RABBITMQ_PASSWORD: $RABBITMQ_PASSWORD | ||
| volumes: | ||
| - ./bootstrap/renditions-rabbitmq:/tmp/rabbitmq |
There was a problem hiding this comment.
Can this mount be ro, like the other mounts?
| - ./bootstrap/renditions-rabbitmq:/tmp/rabbitmq | |
| - ./bootstrap/renditions-rabbitmq:/tmp/rabbitmq:ro |



No description provided.