add Apache ActiveMQ Artemis as Docker image to docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user