REPO-3679 Add ActiveMQ (#56)

This commit is contained in:
Alex Mukha
2018-08-13 15:38:52 +01:00
committed by GitHub
parent e79ed7fc51
commit cde3b59a0c
3 changed files with 10 additions and 0 deletions

View File

@@ -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=

View File

@@ -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

View File

@@ -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=