An example for setting auto proxy and auto setup SSL with NGINX
-  Using ghcr.io/nginx-proxy/nginx-proxy:alpineto auto proxy
-  Using ghcr.io/nginx-proxy/acme-companionto auto get SSL
- https://github.com/nginx-proxy/nginx-proxy
- https://github.com/nginx-proxy/acme-companion
- http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/
- Docker Engine 19.03.0+
- Docker Compose 1.27.0+ (Docker Compose Plugin)
- 
Launch the nginx-proxystack in detached mode with:$ docker compose up -d 
- 
Create a service in reverse-proxydocker network like example service$ cd example-svc $ docker compose up -d
- 
Now your service was lauch and proxy with SSL. 
All code contributions must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send a pull request.
If you would like to help take a look at the list of issues.
This project is released under the MIT License.
Copyright © 2022 Oanh Nguyen
Please see License File for more information.
