Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mpolinowski/nginx_docker_ingress
NGINX Docker Ingress for your Gatsby Build
https://github.com/mpolinowski/nginx_docker_ingress
docker ingress nginx nginx-configuration nginx-docker
Last synced: 9 days ago
JSON representation
NGINX Docker Ingress for your Gatsby Build
- Host: GitHub
- URL: https://github.com/mpolinowski/nginx_docker_ingress
- Owner: mpolinowski
- Created: 2021-07-25T06:16:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-13T13:04:39.000Z (over 1 year ago)
- Last Synced: 2024-11-30T11:12:03.920Z (2 months ago)
- Topics: docker, ingress, nginx, nginx-configuration, nginx-docker
- Homepage: https://mpolinowski.github.io/docs/DevOps/NGINX/2023-06-13-nginx-docker-ingress/2023-06-13
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Ingress
## NGINX Proxy Setup
This is the NGINX configuration that you can use to direct web traffic into your Docker cluster:
[See User Guide for more information](https://mpolinowski.github.io/docs/DevOps/NGINX/2023-06-13-nginx-docker-ingress/2023-06-13):
```bash
cd /opt
git pull https://github.com/mpolinowski/nginx_docker_ingress.git
cd /nginx_docker_ingress
``````bash
docker run -p 8080:8080 -p 8081:8081 -v /opt/nginx_docker_ingress:/etc/nginx --name ingress nginx:1.25.0-alpine3.17
```![NGINX Proxy Setup](./SSL_Wiki.png)