Docker
Last updated
Was this helpful?
Last updated
Was this helpful?
This documentation site is deprecated. Please visit the README of for hosting instructions.
Both the bot and web are started from the clone image (either in separate containers or combined in one):
docker pull synzen/monitorss
Note that all the required configurations still need to be set through . To know which ones are required, see the or section.
A Docker compose file is provided in the clone repository at
docker-compose up
By default, the compose file will start containers for Redis, MongoDB, the bot and the web. The env variable DRSS_START
dictates whether the bot or the web is started (bot
, web
or bot-web
for both).
Be wary of doing infinite restarts. This may lead to you being blocked or banned by Discord.