Running a TrueNAS Scale server with Jellyfin and planning to add Nextcloud. How would I be able to access these services from outside my network? I have heard portforwarding is unsafe and a VPN seems inconvenient to me.

  • MaggiWuerze
    link
    fedilink
    English
    11 year ago

    How does watchtower work with compose stacks? Does it update the whole stack (docker compose pull && docker compose up) in one go or each container individually?

    • @[email protected]
      link
      fedilink
      English
      31 year ago

      Found out the hard way, it does not. Now I just run a script every week (pull and compose up)

      • MaggiWuerze
        link
        fedilink
        English
        11 year ago

        That’s my current solution, just hoped I could properly automate that

    • @Im_old
      link
      English
      11 year ago

      AFAIK one container at a time. Since the different parts of a stack (e.g. app and db) have different release cycles it’s not a problem (or it hasn’t been for me).

      Also, the important bit (from a security perspective) it’s the front end (i.e. the web app).