diff artifacts/src/assembly/assembly.xml @ 9751:308a0d822d18 3.2.x

Keep configuration and data in distinct directories This allows having distinct volumes for configuration and data (artifact database, generated mapfiles and shapefiles, etc.). While at it, cleanup MapServer configuration a little bit.
author Tom Gottfried <tom@intevation.de>
date Tue, 11 Oct 2022 11:42:09 +0200
parents 5e38e2924c07
children
line wrap: on
line diff
--- a/artifacts/src/assembly/assembly.xml	Mon Oct 10 15:29:44 2022 +0200
+++ b/artifacts/src/assembly/assembly.xml	Tue Oct 11 11:42:09 2022 +0200
@@ -19,12 +19,12 @@
     <fileSet>
       <!-- Include prepared artifact-DB if existant -->
       <directory>${project.basedir}/artifactsdb</directory>
-      <outputDirectory>/artifactsdb</outputDirectory>
+      <outputDirectory>/artifacts-data/artifactsdb</outputDirectory>
     </fileSet>
     <fileSet>
       <!-- Include prepared datacage-DB if existant -->
       <directory>${project.basedir}/datacagedb</directory>
-      <outputDirectory>/datacagedb</outputDirectory>
+      <outputDirectory>/artifacts-data/datacagedb</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>${project.basedir}/../backend/doc/schema</directory>

http://dive4elements.wald.intevation.org