Skip to content

Batteries-Included hosting template for docker-compose instance of mumble.

Notifications You must be signed in to change notification settings

flipdot/mumble-docker

Repository files navigation

Mumble-Docker

Batteries-included hosting template for docker-compose instance of Mumble/Murmur and botamusique.

Prequisites

  • Git
  • Docker
  • docker-compose
  • Certbot (optional) for running this in productive with TLS

Installation

  1. Clone this repo and it's submodules
  2. Adapt the config for Mumble and botamusique to your needs
  3. Spin up the containers. On the first run the images are build, so it may take some time
git clone --recurse-submodules git@github.com:flipdot/mumble-docker.git
cd mumble-docker
docker-compose up

Local development

If you want to develop on these yourself, you will need to build the containers locally. To do this, open up docker-compose.yaml, comment out the image: lines, and un-comment the build: lines.

About

Batteries-Included hosting template for docker-compose instance of mumble.

Resources

Stars

Watchers

Forks

Releases

No releases published