Skip to content

timbset/resolve-hn-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages