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
|
- 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user