added persistence to activemq
This commit is contained in:
@@ -24,6 +24,8 @@ services:
|
|||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:latest
|
image: alfresco/alfresco-activemq:latest
|
||||||
|
volumes:
|
||||||
|
- activemq-volume:/opt/activemq/data:rw
|
||||||
|
|
||||||
proxy:
|
proxy:
|
||||||
build: ./nginx-ingress
|
build: ./nginx-ingress
|
||||||
@@ -38,3 +40,5 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
acsdb-volume:
|
acsdb-volume:
|
||||||
driver: local
|
driver: local
|
||||||
|
activemq-volume:
|
||||||
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user