mirror of
https://github.com/stryan/mumble-discord-bridge.git
synced 2024-10-31 16:55:42 -04:00
13 lines
322 B
YAML
13 lines
322 B
YAML
|
version: "3"
|
||
|
|
||
|
services:
|
||
|
mumble-discord-bridge:
|
||
|
image: stieneee/mumble-discord-bridge
|
||
|
restart: unless-stopped
|
||
|
environment:
|
||
|
- MUMBLE_ADDRESS=example.com"
|
||
|
- MUMBLE_USERNAME=discord-bridge
|
||
|
- MUMBLE_PASSWORD=password
|
||
|
- DISCORD_TOKEN=token
|
||
|
- DISCORD_GID=gid
|
||
|
- DISCORD_CID=cid
|