This repository is holding a working docker-compose setup for documentation pourpuses because syncstorage-rs’s documentation is not very good to explain how to self host the new rust syncserver.

With help of it you can self host the new Firefox sync server, which is written in Rust and replaces the old python one, which is deprecated.

  • woelkchen@lemmy.worldOP
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    9 months ago

    Why does this need 3 mariadb containers?

    Ask the author of the GitHub repo. He made the original !firefox@lemmy.ml submission and will get a notification when you ask there.

    • insomniac@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      9 months ago

      One is just running a command and exiting. They seem to be using a separate container for sync storage and token storage. Not sure what those are but is likely set up this way for scaling. This could probably be pretty easily worked in to one container with a start up script that runs that SQL command. The overhead of running multiple Mariadb containers isn’t that much though so it probably doesn’t matter much.