timbset / resolve-hn-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker News in Docker example

If database is starting the first time:

docker-compose up -d postgres

It will spend up to 20 secs to initialize.

If application is starting the first time:

docker-compose up -d

It is necessary to initialize all necessary tables only one time.

An ordinary case:

docker-compose up -d --scale server=3

About


Languages

Language:TypeScript 98.9%Language:Dockerfile 0.9%Language:CSS 0.2%