Skip to content

Latest commit

 

History

History

nginx-proxy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

NGINX Proxy

Docker-compose file to run an Automated Nginx Reverse Proxy using nginx-proxy and docker-letsencrypt-nginx-proxy-companion.

Usage

Run the containers as a daemon:

docker-compose up -d

Any containers you want to proxy need to be connected to the proxy network and should have the VIRTUAL_HOST and LETSENCRYPT_HOST ENV variables set to the domain to use.

Configuration

All variables inside the .env file will be passed to both containers. See the container's documentation for supported variables.

More information