When deploying, docker depends on an .env file containing a hostname and email address. To make it easier when starting from scratch we should introduce such .env.example that can be modified and renamed to .env by the operator, as versioning .env is stupid for obvious reasons.
When deploying, docker depends on an
.envfile containing a hostname and email address. To make it easier when starting from scratch we should introduce such.env.examplethat can be modified and renamed to.envby the operator, as versioning .env is stupid for obvious reasons.