docker-compose build .
to build the containerdocker-compose up
to start the containerIf you haven't created a Reddit application yet, create a new application on https://www.reddit.com/prefs/apps.
Create a .env
file in the root of the project and fill in the following details from your Reddit application:
REDDIT_CLIENT_ID=<reddit client id here>
REDDIT_CLIENT_SECRET=<reddit client secret here>
REDDIT_USER_AGENT=<descriptive user agent here>