cubedserver / docker-nginx-proxy

Template for quick configuration of Docker containers for reverse proxy with NGINX, automatic configuration of virtualhosts and generation of SSL certificates with Let's Encrypt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NGINX Proxy

Template for quick configuration of Docker containers for reverse proxy with NGINX, automatic configuration of virtualhosts and generation of SSL certificates with Let's Encrypt.

Requirements

  • Docker 19.03 or higher
  • Docker Compose 1.27 or higher

Installation

  1. Download the latest version
  2. Create a new Docker network called nginx-proxy
  3. Running the Proxy Containers: docker-compose up -d

Tips

If you are looking for a script for initial server settings on DigitalOcean, Linone, AWS EC2 or similar, see the repository cubedserver/server-setup

Contributing

  1. Fork this repository!
  2. Create your feature from the develop branch: git checkout -b feature/my-new-feature
  3. Write and comment your code
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push the branch: git push origin feature/my-new-feature
  6. Make a pull request to the branch develop

Credits

License

Licensed under the MIT License.s

About

Template for quick configuration of Docker containers for reverse proxy with NGINX, automatic configuration of virtualhosts and generation of SSL certificates with Let's Encrypt.

License:MIT License


Languages

Language:Shell 100.0%