mq.docker-compose_activemq.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of integration-server-gradle-plugin Show documentation
Show all versions of integration-server-gradle-plugin Show documentation
The easy way to get custom setup for Deploy up and running
version: "3.4"
services:
activemq:
image: xldevdocker/activemq:5.15.13
ports:
- 8161:8161 # Dashboard
- ACTIVEMQ_PORT2
- 61613:61613
- 1883:1883
- 61614:61614