Skip to content

mntetai/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-node

An express application to test docker compose.
Api description is in ex1.json (open api).
All valid api results will return jsons.
All Errors will be reported to app console logs.
Application is supported by PostgreSQL docker image.
Sending requests via port 3000.
Note that migration of schema will be done 30 seconds after PostgreSQL init.

Running the actual application :

docker build -t ex1 .
docker-compose up -d
docker-compose down -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published