BobbyWibowo / lolisafe

Blazing fast file uploader and awesome bunker written in node! 🚀
MIT License
329 stars 56 forks source link

Updated the Docker-Stuff, to automatically build and integrate into my CI. #444

Closed calvinthefreak closed 2 years ago

calvinthefreak commented 2 years ago

I will consider to Push an update regularly when updates to the Repo is done soon.

calvinthefreak commented 2 years ago

Nevermind, a usable docker is now up to date on https://hub.docker.com/r/calvinthefreak/lolisafe it Includes an Nginx and so on. I will publish the Docs on the Dockerpage soon.

BobbyWibowo commented 2 years ago

Ah yeah, I forgot to check this one since I haven't been working on lolisafe much nowadays. There have been quite a few people dipping their hands into the Docker file, but I was never one of them since I don't use Docker myself, so honestly I can't really evaluate this much either.

Would you say it's better to host the Docker file separately from this repo, such as in that Docker hub thing? Or is it a requirement to have the file in this repo anyway?

Previously I haven't been hearing many positive feedback from other people that tried to use the included Dockerfile in this repo, and considering I can't maintain the compatibility by myself either, I honestly don't have much attachment to it.

calvinthefreak commented 2 years ago

Sorry for the inactivity, but yeah, its nice to have it in the Repo.

So you could just build the thing with the docker-compose commands.

best for autodeploying with an docker-compose.yml

I use this instead of the docker hub alot to be not that dependend on them.