Add Docker image for Apache ActiveMQ #70

Merged
tpeetz merged 1 commits from feature/23-add-docker-image-for-apache-activemq into develop/0.2.0 2025-06-30 15:39:11 +00:00
+13
View File
@@ -43,6 +43,17 @@ services:
- couchdb-data:/opt/couchdb/data
secrets:
- couchdb-password
activemq:
image: apache/activemq-artemis:latest-alpine
restart: unless-stopped
ports:
- 61616:61616
- 8161:8161
networks:
- database
- frontend
volumes:
- activemq-data:/var/lib/artemis-instance
kontor:
image: kontor:0.2.0-SNAPSHOT
restart: unless-stopped
@@ -71,10 +82,12 @@ services:
condition: service_healthy
networks:
database:
integration:
frontend:
volumes:
postgres-data:
couchdb-data:
activemq-data:
images-data:
secrets:
db-password: