Docker-compose file to run an Automated Nginx Reverse Proxy using nginx-proxy and docker-letsencrypt-nginx-proxy-companion.
Run the containers as a daemon:
docker-compose up -dAny 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.
All variables inside the .env file will be passed to both containers. See the container's documentation for supported variables.