nixpkgs/composes/readme.rst
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

448 B

Contains my own compose.yaml files for different projects. Nothing fancy, but some of our customer projects include Solr or Elasticsearch. TYPO3 Extension EXT:solr provides ready to use docker images for each version. We can easily use them with compose and limit resource usage of Java, e.g. to 2 GB. That's fine for local development.

I collect all the files here in the folder and symlink them to the projects, just like the shell.nix files.