PetyXbron / minecraft-bot

Informational Discord bot for your Minecraft server
https://mb.petyxbron.cz/
GNU General Public License v3.0
67 stars 28 forks source link

Added docker container and fix of Spanish translation #29

Closed phampyk closed 4 months ago

phampyk commented 4 months ago

Added a quick dirty Dockerbuild to build the bot on a container. Room to improvement, as my knowledge is limited, but tested on amd64 and arm64, running for a week on an arm64 environment without issues.

Hope it helps!

PetyXbron commented 4 months ago

Hi @phampyk, big thanks for contributing! So this PR adds support for Docker? I am not so familiar with it.

phampyk commented 4 months ago

Yes, I added a dockerfile (to build the container) and a docker-compose to run it, I use docker compose but you can run it with a command within docker.

I wanted to do it because I keep having issues running it on bare metal. So I did a bit of research on building a dockerfile. Probably someone more experienced would do it better but so far I'm running it without issues :)

PetyXbron commented 4 months ago

@phampyk it's on! Thanks again for contributing. See ya