Skip to content

πŸ“š Don't waste time searching for good dev blog posts. Get the latest news here.

Notifications You must be signed in to change notification settings

devfsa/overflow-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1179430 Β· Jan 1, 2019
Mar 22, 2018
Jan 1, 2019
Mar 19, 2018
Apr 4, 2018
Jun 4, 2018
Mar 29, 2018
Apr 3, 2018
May 30, 2018
Jun 10, 2018
Jun 10, 2018
Jun 10, 2018
Jan 1, 2019
Jun 12, 2018
Apr 4, 2018

Repository files navigation

wercker status Coverage Status

Overflow News

πŸ“š Don't waste time searching for good dev blog posts. Get the latest news here.

Screenshot

First Version

Requirements

How to configure?

Create the .env file, containing the environment variables, and the fill the missing values:

cp .env.example .env

How to run?

Run this command below and open the following URL in the browser: http://localhost:8080

$ docker-compose up --build

Prettify log messages

Below overflow-news_worker_1 is a container name example.

$ docker logs -f overflow-news_worker_1 | pino -l

How to deploy?

$ docker-compose -f docker-compose.prod.yml up -d --build