You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/06/05 03:04:28 UTC

[james-project] 01/11: JAMES-3261 Expose volumes for the memory image with JIB

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 00025866dc9dbccc694d2c26f33dbee2bd59196a
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sat May 29 14:01:57 2021 +0700

    JAMES-3261 Expose volumes for the memory image with JIB
---
 server/container/guice/memory-guice/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/server/container/guice/memory-guice/pom.xml b/server/container/guice/memory-guice/pom.xml
index 0f55647..85bfcdf 100644
--- a/server/container/guice/memory-guice/pom.xml
+++ b/server/container/guice/memory-guice/pom.xml
@@ -318,6 +318,12 @@
                             <jvmFlag>-Dworking.directory=/root/</jvmFlag>
                         </jvmFlags>
                         <creationTime>USE_CURRENT_TIMESTAMP</creationTime>
+                        <volumes>
+                            <volume>/logs</volume>
+                            <volume>/root/conf</volume>
+                            <volume>/root/glowroot/plugins</volume>
+                            <volume>/root/glowroot/data</volume>
+                        </volumes>
                     </container>
                     <extraDirectories>
                         <paths>

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org