A Dockerized version of the JMusicBot application by jagrosh, for running your own Discord music bot.
The docker image has been built for multiple architectures, the ones supported are listed below:
| Architecture |
|---|
| amd64 |
| arm/v7 |
| arm64 |
| ppc64le |
| s390x |
- Download/copy the docker-compose.yml and change any values that need to be changed
version: "3.9"
services:
jmusicbot:
image: bas0korver/jmusicbot:latest
container_name: jmusicbot
restart: unless-stopped
volumes:
- ./config:/opt/jmusicbot/config- If you already have a preconfigured config.txt and serversettings.json place those in the defined volume location.
- Run
docker-compose up -dordocker compose up -ddepending on the installed docker compose version. - If no configuration files are detected the image will automatically download one from an example
