This is an automated email from the ASF dual-hosted git repository.
marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
The following commit(s) were added to refs/heads/main by this push:
new 1cc0bfd4 Artemis 2.36.0
1cc0bfd4 is described below
commit 1cc0bfd4fa1afd0ff1b75f58fad79342cfdebc1a
Author: Marat Gubaidullin <[email protected]>
AuthorDate: Fri Aug 16 10:05:41 2024 -0400
Artemis 2.36.0
---
.../configuration/docker/devservices.docker-compose.yaml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git
a/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml
b/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml
index 5ae05c44..5d31fb0b 100644
---
a/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml
+++
b/karavan-app/src/main/resources/configuration/docker/devservices.docker-compose.yaml
@@ -4,14 +4,15 @@ services:
artemis:
container_name: artemis
- image: quay.io/artemiscloud/activemq-artemis-broker:artemis.2.32.0
+ image: apache/activemq-artemis:2.36.0
ports:
- "8161:8161"
- "61616:61616"
- "5672:5672"
environment:
- AMQ_USER: artemis
- AMQ_PASSWORD: artemis
+ ARTEMIS_USER: artemis
+ ARTEMIS_PASSWORD: artemis
+ ANONYMOUS_LOGIN: false
kafka:
container_name: kafka
@@ -46,4 +47,4 @@ services:
- "3465:3465"
- "3993:3993"
- "3995:3995"
- - "9980:8080"
\ No newline at end of file
+ - "9980:8080"