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.

  • qaz
    link
    fedilink
    English
    4
    edit-2
    9 months ago

    3 seperate containers running SQL databases is a bit much isn’t it?

    syncstorage_db: image: mariadb:10.11 container_name: firefox_syncstorage_db …

    tokenserver_db: image: mariadb:10.11 container_name: firefox_tokenserver_db …

    tokenserver_db_init: container_name: firefox_tokenserver_db_init image: mariadb:10.11 …