Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 912 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 912 Bytes

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 [email protected]: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.