docker-compose-nginx-letsen.../.env.sample

33 lines
617 B
Plaintext

# .env file to set up your NGINX server with letsencrypt
#
# Network name
#
# Your container app must use a network conencted to your webproxy
# https://github.com/evertramos/docker-compose-letsencrypt-nginx-proxy-companion
#
NETWORK=webproxy
#
# Webroot configuration
#
#WEBROOT_PATH=/path/to/your/webroot
WEBROOT_PATH=./data/site
NGINX_PATH=./data/nginx
#
# NGINX Settings
#
CONTAINER_NGINX_NAME=nginx
#
# Host
#
# Your domain (or domains)
VIRTUAL_HOST=domain1.com,www.domain1.com
LETSENCRYPT_HOST=domain1.com,www.domain1.com
# Your email for Let's Encrypt register
LETSENCRYPT_EMAIL=your_email@domain.com