This commit is contained in:
krumel
2024-01-20 20:26:08 +00:00
parent f1e8c9aec0
commit fad036d559
16 changed files with 501 additions and 0 deletions

View File

@ -0,0 +1,15 @@
version: '3.7'
services:
jmusicbot-app:
build:
context: .
dockerfile: dockerfile
args:
RELEASE_URL: "https://github.com/jagrosh/MusicBot/releases/download/0.3.9/JMusicBot-0.3.9.jar"
container_name: jmusicbot
#ports:
volumes:
- /srv/docker/jmusicbot/config.txt:/jmusicbot/config.txt
#environment:
restart: unless-stopped