nixpkgs/composes/soziopolis.yaml
Daniel Siepmann 3b1bf7f698
Migrate from docker to podman (compose)
As this is rootless, daemonless and can be maintained via home manager
instead of system.
2023-06-14 07:34:06 +02:00

14 lines
291 B
YAML

---
# 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-soziopolis:/var/solr/data/data
ports:
- "127.0.0.1:8983:8983"
volumes:
solr-soziopolis: