callumpy/discord-musicbot

By callumpy

Updated almost 2 years ago

Docker image fork of jagrosh/MusicBot (JMusicBot)

Image
Message queues
Internet of things
1

2.7K

callumpy/discord-musicbot repository overview

NOTE: Currently using xPinny's fork of JMusicBot due to fix for GitHub issue 1694: https://github.com/jagrosh/MusicBot/issues/1694

Logo

Discord MusicBot

MusicBot

GitHub Repo stars Docker Stars Docker Image Version Docker Pulls

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.

Setup:

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.

Docker compose:

---
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

Tag summary

Content type

Image

Digest

sha256:ac9bcbfe5

Size

179.5 MB

Last updated

almost 2 years ago

docker pull callumpy/discord-musicbot