Skip to content

marcus-exe/docker-node-challenge-fullcyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Cycle - Nginx with Node.js

In this docker compose project, 3 containers are used:

  1. MySQL (db)
    • database (people and id)
  2. Node (node)
    • displays the front page
    • access database
    • register information
  3. Nginx (nginx)
    • acts as an in-between from port 8080 to port 3000

To run in your machine:

docker compose up -d 

disclaimer: I still haven't fixed the sql log messages from healthcheck

About

To integrate a simple Node.js with SQL access and Nginx as Reverse Proxy using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors