- Make a copy of .env.sample and rename to .env
- Update the .env file with your info
- Run the script start.sh
- proxy is ready to go
when adding node services to docker make sure to use the same network or the nginx for the proxy to work. And also add the lets encypt options (variables) to it to generate the certificate
networks:
default:
external:
name: webproxy
environment:
VIRTUAL_HOST: ${DOMAINS}
LETSENCRYPT_HOST: ${DOMAINS}
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}