An open API service indexing awesome lists of open source software.

https://github.com/yakumo-saki/docker-fastladder

fastladder: Web based RSS reader container with docker-compose. https://github.com/fastladder/fastladder
https://github.com/yakumo-saki/docker-fastladder

docker docker-compose

Last synced: 6 months ago
JSON representation

fastladder: Web based RSS reader container with docker-compose. https://github.com/fastladder/fastladder

Awesome Lists containing this project

README

          

# docker-fastladder

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/yakumo-saki/docker-fastladder/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/yakumo-saki/docker-fastladder/tree/master)

fastladder container with docker-compose.

## how to run.

```
cd
git clone https://github.com/fastladder/fastladder.git build
docker build .

cp env.production.sample env.production

docker-compose up -d
```

Web server starts up in port 5000.

## editing env.production
### obtain secret_key_base

```

# $ irb
# irb> require 'securerandom'
# irb> SecureRandom.hex(64)
# irb=> "secure random string"
```