ogioncz / flarum-webhooks-telegram-bridge

Bridge between Flarum Webhooks extension and Telegram
MIT License
4 stars 1 forks source link

Image in docker #1

Open talesam opened 2 years ago

talesam commented 2 years ago

Hi, isn't there a docker image of this app?

jtojnar commented 2 years ago

Hi. I have not created one as I have no need for it. Feel free to create one.

talesam commented 2 years ago

https://hub.docker.com/repository/docker/talesam/big-bot-flarum-telegram

jtojnar commented 2 years ago

Thanks. I suppose the link is https://hub.docker.com/r/talesam/big-bot-flarum-telegram since the one you sent wants me to log in to docker hub.

talesam commented 2 years ago

That, I had sent you the link logged in, I'll create another image with the name without "big" and send it to the hub, for ARM64 and X86, then I'll post it here, if you want to publish it, feel free, the image is 100% functional, and with the config.php file inside, just assemble and configure it, I'll create a docker-compose to make it easier too.

talesam commented 2 years ago

I have a doubt! I believe container for 6 different architectures, but I have a question, do you need a web server to run your app or not? The image has an apache server running with php and composer, if you don't need the web server I can remove apache to make it smaller.

jtojnar commented 2 years ago

Yeah, this project works as webhooks end point so it needs a HTTP server. In a pinch, you could do with the web server built into PHP but PHP docs advise against it.