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}