Batteries-included hosting template for docker-compose instance of Mumble/Murmur and botamusique.
- Git
- Docker
- docker-compose
- Certbot (optional) for running this in productive with TLS
- Clone this repo and it's submodules
- Adapt the config for Mumble and botamusique to your needs
- 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
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.