EveryGoodWork / ChapterVerse

Scripture lookup bot written in Rust.
GNU General Public License v3.0
4 stars 1 forks source link

Containerization #11

Closed pinghajen closed 1 month ago

pinghajen commented 4 months ago

Create a DockerFile that runs this as a service with a mounted volume. Eventually should open a port for an api or webpage but don't until that feature is completed.

PeterMHammond commented 1 month ago

Thank you for the suggestion @pinghajen. As this runs locally using the Twitch API for communication it has no open ports, API, or webpage requirements, so a docker container is unnecessary.