Added support for Docker, Docker-Compose

- updated config.js template to support environment variables
This commit is contained in:
Alexander Wong
2020-12-07 12:57:20 -07:00
parent 1c76daa166
commit 734b11c926
5 changed files with 69 additions and 19 deletions

View File

@@ -48,6 +48,16 @@ Community instances:
## Installation
### Docker
Using [`docker-compose`](https://github.com/docker/compose):
```bash
docker-compose build
docker-compose up
```
### Manual
1. Install [node.js](https://nodejs.org/en/)
1. It's highly recommended that you install [redis-server](https://redis.io/) because it works as a cache for Reddit API calls. If you want to support videos, install [ffmpeg](https://ffmpeg.org/)\
For example:\