impredicative / irc-rss-feed-bot

Dockerized IRC bot to post RSS/Atom and scraped HTML/JSON/CSV feeds to channels
https://hub.docker.com/r/ascensive/irc-rss-feed-bot
GNU Affero General Public License v3.0
28 stars 4 forks source link

Provide sample docker-compose.yml #33

Closed ghost closed 4 years ago

ghost commented 4 years ago

I can't for the life of me get this bot working. Some documentation on building and running would be very helpful

impredicative commented 4 years ago

I strongly recommend using Docker Compose, at least to start. Don't use docker run at least until you're comfortable getting it working with Docker Compose. A sample docker-compose.yml file is in the readme already.

impredicative commented 4 years ago

As a next step, please develop and share your docker-compose.yml file using its example in the readme.

impredicative commented 4 years ago

The README mentions a docker-compose.yml which is nowhere to be found

That's because it's embedded in the readme. I will now close this issue until additional info becomes available.