Skip to content

Commit 4ba6cc1

Browse files
committed
Add password for sync service ms broker
1 parent 20be068 commit 4ba6cc1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/environment/docker-compose-pipeline-all-amps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ services:
188188
- share
189189

190190
sync-service:
191-
image: quay.io/alfresco/service-sync:5.3.0
191+
image: quay.io/alfresco/service-sync:5.3.1-A.1
192192
mem_limit: 1g
193193
environment:
194194
JAVA_OPTS : "
@@ -197,6 +197,8 @@ services:
197197
-Dsql.db.username=alfresco
198198
-Dsql.db.password=alfresco
199199
-Dmessaging.broker.host=activemq
200+
-Dmessaging.broker.username=admin
201+
-Dmessaging.broker.password=admin
200202
-Drepo.hostname=alfresco
201203
-Drepo.port=8080
202204
-Ddw.server.applicationConnectors[0].type=http

0 commit comments

Comments
 (0)