• Jeena@piefed.jeena.net
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 days ago

    I did that first but that always required much more resources than doing it yourself because every docker starts it’s own database and it’s own nginx/apache server in addition to the software itself.

    Now I have just one Postgresql database instance running with many users and databases on it. Also just one Nginx which does all the virtual host stuff in one central place. And both the things which I install with apt and manually are set up similarly.

    I use one docker setup for firefox-sync but only because doing it manually is not documented and even the docker way I had to research for quite some time.

    • FlexibleToast@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 days ago

      What? No it doesn’t… You could still have just one postgresql database if you wanted just one. It is a big antithetical to microservices, but there is no reason you can do it.

      • Jeena@piefed.jeena.net
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 days ago

        But then you can’t just use the containers provided by the service developers and have to figure out how to redo their container which in the end is more work than just run it manually.