Update project specific files

This commit is contained in:
Daniel Siepmann 2023-07-03 07:52:31 +02:00
parent 515db19d2c
commit a0f1ec4400
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
5 changed files with 13 additions and 0 deletions

13
composes/hemw36.yaml Normal file
View file

@ -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:

Binary file not shown.

Binary file not shown.