Skip to content

docker-compose package for nginx-proxy (by JWilder)

Notifications You must be signed in to change notification settings

tyteck/nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-letsencrypt-pack

introduction

This is a docker-compose wrapper for the docker images :

nginx-proxy is capturing the web port (80) and act like a proxy on every request. It allows some nice feature like :

  • setting a website with a VIRTUAL_HOST environment variable (in another container)
  • allowing only localhost to access one service
  • package a ssl certificate with letsencrypt companion

My contribution is only packaging all in a docker-compose.yml file to launch it more easily.

install

git clone https://github.com/tyteck/nginx-proxy.git 

start

docker network create nginx-proxy
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d

About

docker-compose package for nginx-proxy (by JWilder)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages