Skip to content

biswajitdasdev/nginx-proxy-with-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An example of nginx proxy with docker

# To run app
docker compose up -d

# Frontend App
curl http://localhost:4173

# Backend Api
curl http://localhost:4173/api/hello

# Stop and delete resources
docker compose down --rmi all --volumes --remove-orphans

About

Nginx proxy example with docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published