diff --git a/composes/hemw36.yaml b/composes/hemw36.yaml new file mode 100644 index 0000000..365326f --- /dev/null +++ b/composes/hemw36.yaml @@ -0,0 +1,13 @@ +--- +# Do not use version 3 as we don't have mem_limit available +version: '2.2' +services: + solr: + image: docker.io/typo3solr/ext-solr:11.5.1 + mem_limit: '2GB' + volumes: + - solr-hemw36:/var/solr/data/data + ports: + - "127.0.0.1:8983:8983" +volumes: + solr-hemw36: diff --git a/home/files/typo3-configuration/client-specific/Sac.php b/home/files/typo3-configuration/client-specific/Sac.php index 0967ab3..7f09725 100644 Binary files a/home/files/typo3-configuration/client-specific/Sac.php and b/home/files/typo3-configuration/client-specific/Sac.php differ diff --git a/shells/reuter/monorepo.nix b/shells/reuter/monorepo.nix index f3d1c86..dd58a45 100644 Binary files a/shells/reuter/monorepo.nix and b/shells/reuter/monorepo.nix differ diff --git a/shells/sac/shell.nix b/shells/sac/shell.nix index 5ab6dd4..2f32b5e 100644 Binary files a/shells/sac/shell.nix and b/shells/sac/shell.nix differ diff --git a/shells/werkraum-media/soziopolis-shell.nix b/shells/werkraum-media/soziopolis-shell.nix index f1ca979..e788dfa 100644 Binary files a/shells/werkraum-media/soziopolis-shell.nix and b/shells/werkraum-media/soziopolis-shell.nix differ