I just recently moved a bunch of my services to docker compose and it is a breeze to setup. All you need is a config file and your squared away. No more dealing with lxc or manually configuring software. Just write a config and your done.

  • PhantomPhanatic@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    1 year ago

    I’ve been struggling figuring it out for the first time in a home server. Without understanding how a config file works it seems like magic.

    I’ve had a rough time getting permissions to work right for each container and am still not entirely sure how upgrades work. Though I do have to admit that once I had it set up once, moving it to a new server when I changed operating systems was much easier than the initial set up.

    It’s my first time running any kind of containerization service, and my first time running a Linux server (though I’ve used Linux off and on for over a decade) so maybe it’s just how new the idea is to me.

  • RxBrad@lemmings.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    Now add Portainer to the mix.

    I barely know what I’m doing, and I have about 30 services thanks to Portainer stacks making it so freakin’ easy.

    I can even manage my local containers and my containers on Oracle Cloud in the same Portainer UI.

    • 7Sea_Sailor@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Be careful with portainer. While a nice UI, it abstracts away so much of the inner docker workings that you may not fully understand how your system works, if you exclusively interface with docker through this UI. You will ultimately have to get into the nitty gritty when something breaks (it will) and not understanding your stack will be cruel at that point.

  • cobra89@beehaw.org
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Helm is also very cool for this but for Kubernetes instead of individual containers. So if you want to deploy a whole application that runs several services you can just write a helm config and it stands up everything for you.

    • Empathy [he/him]@beehaw.org
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      Good to know! I’ve been thinking of switching my setup to Kubernetes, especially after dealing with some unstable services that need to be run in the correct order.

  • Starbuck@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    1 year ago

    If you’d like something a bit more real world, check out k3s and ArgoCD. I use Kubernetes professionally, so I’m certainly biased, but it’s incredibly powerful and with ArgoCD, all of your config lives on GitHub.