blob: 0081b0c105750c48279af52116418244f541839a [file] [log] [blame]
# A docker compose file to start the ActiveMQ Artemis broker.
# more details on https://github.com/vromero/activemq-artemis-docker.
version: '2'
services:
artemis:
image: vromero/activemq-artemis:2.15.0-alpine
ports:
- "8161:8161"
- "61616:61616"
- "5672:5672"
volumes:
- .:/var/lib/artemis/etc-override
environment:
ARTEMIS_USERNAME: quarkus
ARTEMIS_PASSWORD: quarkus