export APP=nextcloud export DOMAIN=nextcloud.example.com ## Domain aliases #export EXTRA_DOMAINS=', `www.nextcloud.example.com`' export LETS_ENCRYPT_ENV=production export DB_ROOT_PASSWORD_VERSION=v1 export DB_PASSWORD_VERSION=v1 export ADMIN_PASSWORD_VERSION=v1 ## SMTP settings #export COMPOSE_FILE="compose.yml:compose.mailrelay.yml" #export SMTP_HOST="postfix_relay_app" ## Emails are sent from $MAIL_FROM@$MAIL_DOMAIN #export MAIL_DOMAIN=nextcloud.example.com #export MAIL_FROM_ADDRESS=nextcloud