ctorgalson / ansible-role-nextcloud-docker

An Ansible role for installing Nextcloud using Docker.
GNU General Public License v2.0
0 stars 1 forks source link

35 revisit dockerfile routine #36

Closed ctorgalson closed 4 years ago

ctorgalson commented 4 years ago

This comes close to a total rewrite. Now, the role sticks quite close to the original docker-compose file with our template, generally replacing only volumes and env vars.

The default docker-compose generated includes letsencrypt-companion, redis, and cron, but the Molecule tests demonstrate that it's only a modest task to remove letsencrypt-companion (which we can't easily test anyhow).