https://github.com/softspiders/nginx-revproxy_node_docker-compose
Nginx as a reverse proxy for NodeJS with Docker Compose
https://github.com/softspiders/nginx-revproxy_node_docker-compose
docker docker-compose javascript js nginx node proxy reverse-proxy softspiders ss starter template
Last synced: 3 months ago
JSON representation
Nginx as a reverse proxy for NodeJS with Docker Compose
- Host: GitHub
- URL: https://github.com/softspiders/nginx-revproxy_node_docker-compose
- Owner: softspiders
- License: mit
- Created: 2021-11-15T16:39:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T18:39:41.000Z (over 4 years ago)
- Last Synced: 2025-03-05T07:34:57.349Z (over 1 year ago)
- Topics: docker, docker-compose, javascript, js, nginx, node, proxy, reverse-proxy, softspiders, ss, starter, template
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[SOFTSPIDERS](https://github.com/softspiders/softspiders)
# *Nginx* as a reverse proxy for *NodeJS* in *Docker Compose*
## Feature tags
- docker-compose
- nginx
- node
- reverse-proxy
- starter
- template
---
## Parents
- [**- node, reverse-proxy**](https://github.com/AlexanderLapygin/nginx_docker-compose)
---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
## Inspiration
Originate from [Docker compose example for NodeJS and Nginx Reverse Proxy](https://github.com/brycejech/node-docker-nginx)
---
## Requirements
- [Node.js](https://nodejs.org/en/download/package-manager/)
- [Docker Compose](https://docs.docker.com/compose/install/)
---
## Running
Execute
```sh
docker-compose up
```
Then look at the [localhost](http://localhost) in browser. You should see a result like this:

---
### License
Licensed under the [MIT license](./LICENSE).