8000 GitHub - Ahmedarafat1/Project-A
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Ahmedarafat1/Project-A

Repository files navigation

this project to show how docker-compose.yml file could creaet more that one project

  • NodeJS App 1
  • NodeJS App 2
  • Nginx as reverse proxy between the 2 Apps

Steps

#cd reverse-proxy

# docker build -t reverse-proxy .

will create an images called reverse-proxy

#docker-compose up -d

#Now if you go to http://127.0.0.1/bbc --> bbc website

#Now if you go to http://127.0.0.1/app1 --> go to App1

#Now if you go to http://127.0.0.1/app2 --> go to App2

blank diagram 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0