• witten@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    Since I use Docker Compose with Podman, I just make a single systemd service to run Docker Compose on boot, thereby starting all my containers at once.

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      8 months ago

      That’s an interesting way to do it. Do you have everything in 1 compose file?

      • witten@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 months ago

        I have one Compose file per stack, which is an application and all of its containers, databases, etc. Pretty much the same way I organized things with just Docker.