Skip to content

devfsa/overflow-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

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