IDEMSInternational / puzzle-telegram-bot

A Telegram bot for running puzzle competitions
1 stars 2 forks source link

Bot is not dockerized #13

Open istride opened 1 year ago

istride commented 1 year ago

Deploying the app as a docker container is usually more convenient, for getting started and hosting.

Docker Hub hosts the official images for Python, and there are some useful instructions for getting started there. You might also draw inspiration from the IoGT Dockerfile, although it does things that will not be necessary for this app.

Check the Dockerfile reference for more information about the various commands.

mamane19 commented 1 year ago

Hey @istride, Yes this was something I want to do before we deploy. Yes, you are right, it makes it easy. But even better I wanted to package it into a helm chart and put it out there. That way everyone can install it in their own k8s cluster using the chart.

istride commented 1 year ago

hi @mamane19, I was speaking with @geoo89 earlier and he expressed an interest in doing this himself. Whoever does the work, I'm happy to help as I do have experience with Docker, and Helm too.