-
Notifications
You must be signed in to change notification settings - Fork 617
Deploy: Docker
jtagcat edited this page Dec 25, 2021
·
8 revisions
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
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