Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

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

cubedserver/docker-nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages