mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
REPO-3679 Add ActiveMQ (#56)
This commit is contained in:
@@ -2,4 +2,5 @@ ALFRESCO_TAG=latest
|
||||
SHARE_TAG=6.0.b
|
||||
SOLR6_TAG=1.1.1
|
||||
POSTGRES_TAG=10.1
|
||||
ACTIVEMQ_TAG=5.14.3
|
||||
REGISTRY=
|
@@ -68,3 +68,11 @@ services:
|
||||
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
|
||||
ports:
|
||||
- 8083:8983 #Browser port
|
||||
|
||||
activemq:
|
||||
image: webcenter/activemq:${ACTIVEMQ_TAG}
|
||||
ports:
|
||||
- 8161:8161 # Web Console
|
||||
- 5672:5672 # AMQP
|
||||
- 61616:61616 # OpenWire
|
||||
- 61613:61613 # STOMP
|
@@ -2,4 +2,5 @@ export ALFRESCO_TAG=latest
|
||||
export SHARE_TAG=6.0.b
|
||||
export SOLR6_TAG=1.1.1
|
||||
export POSTGRES_TAG=10.1
|
||||
export ACTIVEMQ_TAG=5.14.3
|
||||
export REGISTRY=
|
Reference in New Issue
Block a user