mumble/docker-compose.yml

36 lines
1.2 KiB
YAML

services:
mumble-server:
image: mumblevoip/mumble-server:latest
container_name: mumble
hostname: mumble
restart: always
volumes:
- type: bind
source: /mnt/mumble/data
target: /data
read_only: false
- type: bind
source: /mnt/mumble/cert
target: /certificates
read_only: false
networks:
- network1
environment:
MUMBLE_CONFIG_SSL_CERT: /certificates/fullchain1.pem
MUMBLE_CONFIG_SSL_KEY: /certificates/privkey1.pem
MUMBLE_SUPERUSER_PASSWORD: StrongAdminPassword
#MUMBLE_CONFIG_SERVERPASSWORD:
MUMBLE_CONFIG_USERS: 1000 # Max amount of users that can connect at the same time
MUMBLE_CONFIG_USERSPERCHANNEL: 0 # Means unlimited if zero
MUMBLE_CONFIG_WELCOMETEXT: "Kto TI VOIN"
MUMBLE_CONFIG_ALLOWHTML: true
MUMBLE_USE_CAPABILITIES: 1
ports:
- 64738:64738/tcp
- 64738:64738/udp
networks:
network1:
name: service
external: true
# expose:
# - 6502 --> Needed for ICE RPC