Git Product home page Git Product logo

Comments (1)

jdoss avatar jdoss commented on May 18, 2024

Great glad to hear it works well on RHEL 9!

As for your question about why use this script, here is my very subjective answer as to why I created this project.

I think podman-compose and docker-compose are great for development setups and let any type of end user stand up containerized software quickly, but I would never run something in production with either one of them. When I created this script podman-compose was still very buggy and IIRC it still does not support Podman Pods. I also do not use anything related to Docker because I have major issues with how Docker Inc. has run their company and treated Open Source.

I also really like to use systemd to manage my containerized workloads as you mentioned it makes things more manageable. For example you can set complex dependency requirements between each service and I also like running all of my services inside Podman Pods to isolate everything easily. I run Paperless on my Fedora workstation and I use the ppngx script to make changes to my setup and then I convert everything over to systemd units and copy them into ${HOME}/.config/systemd/user to run them with systemd. You could just edit the systemd units manually as well and not use the ppngx script too.

I think it really comes down to personal preference to be honest. I find it easier to mess around with containerized workloads that have many services using a simple bash script and Podman vs using Docker and Docker Compose. It just gives me more flexibility to make changes that I want to have when running Paperless NGX.

I hope my response helps answer your question. :)

from ppngx.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.