Merge branch 'feature/23-add-docker-image-for-apache-activemq' into 'develop/0.2.0'

Add Docker image for Apache ActiveMQ

Closes #23

See merge request tpeetz/kontor!26
This commit was merged in pull request #70.
This commit is contained in:
2025-06-30 17:39:10 +02: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: