https://github.com/wisehackermonkey/website-router
how I handle routing the example.com/routeNAME to the different containers on my website orancollins.com
https://github.com/wisehackermonkey/website-router
nginx reverse-proxy router
Last synced: 12 days ago
JSON representation
how I handle routing the example.com/routeNAME to the different containers on my website orancollins.com
- Host: GitHub
- URL: https://github.com/wisehackermonkey/website-router
- Owner: wisehackermonkey
- License: mit
- Created: 2021-04-23T23:47:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T00:54:31.000Z (about 5 years ago)
- Last Synced: 2025-02-25T02:45:29.950Z (over 1 year ago)
- Topics: nginx, reverse-proxy, router
- Homepage: http://www.orancollins.com
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# website-router
----
[](https://github.com/ellerbrock/open-source-badges/)
[](https://opensource.org/licenses/MIT)
how I handle routing the example.com/routeNAME to the different containers on my website "oran.business"
uses nginx as the router
# Quick start
### __________________
```
Pixilate image server: pixel-artist 6451
Chirp.io 1199
Blank Page Website 11111
Remash 7788
```
# Summary
### - *[Installation](#Installation)*
### - *[For developers](#For-developers)*
### - *[Contributors](#Contributors)*
### - *[License](#License)*
# Installation
### Docker non compose (testing only)
```bash
cd ~
git clone https://github.com/wisehackermonkey/website-router.git
cd website-router
docker run --rm -it --name web-redirector --net=host -v $PWD/nginx.conf:/etc/nginx/nginx.conf:ro nginx
```
### Docker compose (deployment )
```bash
cd ~
git clone https://github.com/wisehackermonkey/website-router.git
cd website-router
docker run --restart always -d --name web-redirector --net=host -v $PWD/nginx.conf:/etc/nginx/nginx.conf:ro nginx
```
### Docker composer
```
cd ~
git clone https://github.com/wisehackermonkey/website-router.git
cd website-router
docker-compose up -d
```
-----------------
# For developers
###
```bash
# docker run -it --rm -d -p 8080:80 --name web nginx
```
-----------------
# Contributors
[](https://github.com/wisehackermonkey/website-router/graphs/contributors)
##### Made with [contributors-img](https://contrib.rocks).
-----------------
# License
#### MIT © wisehackermonkey
[](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
20210423
```