Skip to content

Callumpy/discord-musicbot-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JMusicBot Dockerized

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}

About

Fork of Jagrosh's Discord Music Bot (JMusicBot), but for Docker!

Resources

License

Stars

Watchers

Forks

Languages

  • Dockerfile 85.9%
  • Makefile 14.1%