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 - couchdb-data:/opt/couchdb/data
secrets: secrets:
- couchdb-password - 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: kontor:
image: kontor:0.2.0-SNAPSHOT image: kontor:0.2.0-SNAPSHOT
restart: unless-stopped restart: unless-stopped
@@ -71,10 +82,12 @@ services:
condition: service_healthy condition: service_healthy
networks: networks:
database: database:
integration:
frontend: frontend:
volumes: volumes:
postgres-data: postgres-data:
couchdb-data: couchdb-data:
activemq-data:
images-data: images-data:
secrets: secrets:
db-password: db-password: