added persistence to activemq

This commit is contained in:
2020-12-17 21:31:57 -05:00
parent 8d3c4987f0
commit 2789af0bd7

View File

@@ -24,6 +24,8 @@ services:
activemq:
image: alfresco/alfresco-activemq:latest
volumes:
- activemq-volume:/opt/activemq/data:rw
proxy:
build: ./nginx-ingress
@@ -38,3 +40,5 @@ volumes:
driver: local
acsdb-volume:
driver: local
activemq-volume:
driver: local