▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
Adding music-bots to your Discord server is a ton of fun! However, most of the free music bots require you to purchase “premium” for basic features like adjusting the volume…that’s ridiculous right?! Thankfully, MusicBot has our back with a really polished and easy to use music bot that you can host yourself!
This project wraps MusicBot in a Docker contatainer for fast and simple deployment.
Edit Dockerfile and enter your bot token
and user id.
(See Getting a Bot Token and Finding Your User ID if you need help finding these).
Run build and run container like this:
// Clone this repo
$ git clone https://github.com/JosephSamela/discord-musicbot-docker
$ cd discord-musicbot-docker
// Build and run the bot
$ docker build -t musicbot .
$ docker run -d --restart=unless-stopped --name=musicbot musicbotCreate a new service in your docker-compose.yaml
file.
musicbot:
container_name: musicbot
build:
context: ../discord-musicbot-docker
dockerfile: ../discord-musicbot-docker/Dockerfile
restart: unless-stoppedThen build and run the container like this.
$ docker compose up -d --build musicbotAfter the bot is running, you’ll need to add the bot to your server.
Site generated 2024-09-20