synzen / MonitoRSS

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz
https://monitorss.xyz
MIT License
1.07k stars 238 forks source link

Configure bot from docker image #131

Closed DailytheNoob closed 4 years ago

DailytheNoob commented 4 years ago

I followed the steps for installing with docker-compose, here is docker-compose.yml:

version: '3.3'
services:
    discord.rss:
        container_name: discord-rss
        image: synzen/discord.rss
        environment:
          - DRSS_BOT_TOKEN=[token]
          - DRSS_DATABASE_URI=./database

there is no config file created and there is no way to enable the web UI

DailytheNoob commented 4 years ago

nope, I'm an idiot, didn't do it properly