scripts to generate a full nextcloud stack with mysql, nginx, letsencrypt ready to use in production
$ git clone https://github.com/mihaics/docker-nextcloud.git
$ cd docker-nextcloud
edit install.sh and set DOMAIN_NAME, SERVER_NAME, EMAIL:
$ nano install.sh
$ ./install.sh
This solution was inspired by Json Wilder's Blog and the examples found here: https://github.com/fatk/docker-letsencrypt-nginx-proxy-companion-examples.