Docker image fork of jagrosh/MusicBot (JMusicBot)
2.7K

This repo is a Fork of Jagrosh's MusicBot, but in a Docker Image for easier installation.
Container is running with Alpine and Amazon Corretto Java to try and keep the footprint really small but also improving security over the OpenJDK that's recommended.
You need a config.txt file to run the musicbot, otherwise it will terminate and the container stops.
Please refer to the the original author's Wiki for details on creating the configuration and setting up API token in the Discord developer portal: github.com/jagrosh/MusicBot/wiki/Setup.
---
version: "3"
services:
MusicBot:
image: callumpy/discord-musicbot:latest
volumes:
- $HOME/MusicBot:/data
environment:
- VERSION={optional version number, ie 0.4.2} #NOT WORKING IN CURRENT CONTAINER DUE TO FIX VERSION FOR ISSUE 1694
Content type
Image
Digest
sha256:ac9bcbfe5…
Size
179.5 MB
Last updated
almost 2 years ago
docker pull callumpy/discord-musicbot