Skip to content

👍 An example for setting auto proxy and auto setup SSL with NGINX

License

Notifications You must be signed in to change notification settings

oanhnn/example-nginx-proxy-auto-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oanhnn/example-nginx-proxy-auto-ssl

An example for setting auto proxy and auto setup SSL with NGINX

  • Using ghcr.io/nginx-proxy/nginx-proxy:alpine to auto proxy
  • Using ghcr.io/nginx-proxy/acme-companion to auto get SSL

Refs

Requirements

  • Docker Engine 19.03.0+
  • Docker Compose 1.27.0+ (Docker Compose Plugin)

Usage

  • Launch the nginx-proxy stack in detached mode with:

    $ docker compose up -d
  • Create a service in reverse-proxy docker network like example service

    $ cd example-svc
    $ docker compose up -d
  • Now your service was lauch and proxy with SSL.

Contributing

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.

License

This project is released under the MIT License.
Copyright © 2022 Oanh Nguyen
Please see License File for more information.

About

👍 An example for setting auto proxy and auto setup SSL with NGINX

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages