Bas-Korver / docker-jmusicbot

A Dockerized version of JMusicBot for Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Size Docker Pulls License Version Build

A Dockerized version of the JMusicBot application by jagrosh, for running your own Discord music bot.

Supported architectures

The docker image has been built for multiple architectures, the ones supported are listed below:

Architecture
amd64
arm/v7
arm64
ppc64le
s390x

Setup

  1. Download/copy the docker-compose.yml and change any values that need to be changed
version: "3.9"

services:
  jmusicbot:
    image: bas0korver/jmusicbot:latest
    container_name: jmusicbot
    restart: unless-stopped
    volumes:
     - ./config:/opt/jmusicbot/config
  1. If you already have a preconfigured config.txt and serversettings.json place those in the defined volume location.
  2. Run docker-compose up -d or docker compose up -d depending on the installed docker compose version.
  3. If no configuration files are detected the image will automatically download one from an example

About

A Dockerized version of JMusicBot for Discord

License:Apache License 2.0


Languages

Language:Dockerfile 57.3%Language:Shell 42.7%