mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 19:39:41 +01:00
Page:
Deploy: Docker
Pages
API
Deploy: Azure
Deploy: Digitalocean
Deploy: Docker
Deploy: Heroku
Discord bot setup
FAQ
Features
Gateway config (basic)
Gateway config (channel rules)
Gateway: developing new one
Home
How to create your config
MS Teams setup
Mediaserver setup (advanced)
Section Discord (basic)
Section Gitter (basic)
Section Harmony (basic)
Section Hipchat (basic)
Section IRC (basic)
Section Keybase (basic)
Section MSteams (basic)
Section Matrix (basic)
Section Mattermost (basic) https
Section Mattermost (basic)
Section Mumble (basic)
Section Nextcloud Talk (basic)
Section RocketChat (basic)
Section Slack (basic)
Section Sshchat (basic)
Section Steam (basic)
Section Telegram (basic)
Section Twitch (basic)
Section VK (basic)
Section WhatsApp (basic)
Section XMPP (basic)
Section Zulip (basic)
Service files
Settings
Slack bot setup
Tengo
Troubleshooting
0
Deploy: Docker
jtagcat edited this page 2021-12-25 12:10:55 +00:00
Docker
Create your matterbridge.toml file locally eg in
./matterbridge/matterbridge.toml
.
docker run -ti --mount "type=bind,source=$(pwd)/matterbridge,target=/etc/matterbridge,readonly" 42wim/matterbridge:stable
# Or, for older docker versions:
#
# docker run -ti -v ./matterbridge:/etc/matterbridge:ro 42wim/matterbridge:stable
Docker Compose
Create your matterbridge.toml file locally for example in
./matterbridge/matterbridge.toml
and use this yaml as
docker-compose.yml
.
version: '3.7'
services:
matterbridge:
image: 42wim/matterbridge:stable
restart: unless-stopped
volumes:
- ./matterbridge.toml:/etc/matterbridge/matterbridge.toml:ro
# command: -debug
Afterwards, start the container with
docker-compose up -d
.
Getting started
How to create your config
Discord bot setup
Slack bot setup
MS Teams setup
Deploy
DigitalOcean
Azure
Docker
Heroku
Gateways
Config: basic
Config: channel rules
Discord
Gitter
Hipchat
IRC
Keybase
Matrix
Mattermost
Microsoft Teams
Mumble
Nextcloud Talk
RocketChat
Slack
Sshchat
Steam
Telegram
Twitch
VK
WhatsApp
XMPP
Zulip
Advanced
Mediaserver setup
Service files
Developer
API
Tengo scripting
Making gateways