Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker container #736

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Docker container #736

wants to merge 3 commits into from

Conversation

held-m
Copy link

@held-m held-m commented Aug 4, 2021

This pull request...

Very easy way start the music bot on a Linux server.

Description

Docker container.

Purpose

No need install java or another libraries.
Start with system.

@alshdavid
Copy link

Came here to make this. Thanks, will use your dockerfile

@alshdavid
Copy link

alshdavid commented Oct 16, 2021

Might be better to set up a github action and publish the image to dockerhub.
No point in using docker-compose, including the binary in the repository or externalising the config.

docker run -e TOKEN="" -e OWNER="" jmusicbot:lastet

alternatively the config can be passed in entirely through the environment

docker run -e CONFIG="$(cat config.txt)" jmusicbot:lastet

@alshdavid
Copy link

Try my docker wrapper

https://github.com/alshdavid/j-music-bot

@MichailiK MichailiK linked an issue Jan 4, 2022 that may be closed by this pull request
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Consider offering an official Docker image
3 participants