Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 802 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 802 Bytes

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