• 0 Posts
  • 2 Comments
Joined 2 years ago
cake
Cake day: July 23rd, 2023

help-circle
  • if I can get it working

    It’s really as simple as starting one container per chat service, with a config like this:

    services:
        beeper-<service>:
            image: ghcr.io/beeper/bridge-manager
            restart: unless-stopped
            environment:
                - MATRIX_ACCESS_TOKEN=<your beeper matrix token>
                - BRIDGE_NAME=sh-<service>
            volumes:
                - ./beeper-<service>:/data
    

    then messaging the @sh-<service>bot:beeper.local bot user, and logging in to your chat account.