https://github.com/glacion/nginx-letsencrypt-ingress
Files for automatic reverse proxy and certificate generation using docker.
https://github.com/glacion/nginx-letsencrypt-ingress
Last synced: 5 months ago
JSON representation
Files for automatic reverse proxy and certificate generation using docker.
- Host: GitHub
- URL: https://github.com/glacion/nginx-letsencrypt-ingress
- Owner: glacion
- License: bsd-4-clause
- Created: 2020-10-07T12:19:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-07T12:20:17.000Z (over 4 years ago)
- Last Synced: 2024-08-09T02:18:51.551Z (8 months ago)
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - glacion/nginx-letsencrypt-ingress - Files for automatic reverse proxy and certificate generation using docker. (Others)
README
# Docker Ingress
This is an attempt to provide functionality similar to kubernetes' ingress + cert-manager. Useful for more simple environments
## Usage
- Make sure your domain and subdomains are pointing at the IP address of your machine.
- Clone this repository on your server.
- Run `docker-compose.yml`
## Example
The [Example compose file](./example/docker-compose.yml) demonstrates how to deploy an nginx container using this.
## Acknowledgements
[Nginx Proxy](https://github.com/nginx-proxy/nginx-proxy)
[Letsencrypt Companion](https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion)