Tweak secret names in packaging how-to

This commit is contained in:
3wc 2021-03-02 18:27:52 +02:00
parent 9b67392196
commit 78bf7d38d9
1 changed files with 2 additions and 4 deletions

View File

@ -36,10 +36,8 @@ TYPE=matomo
DOMAIN=matomo.example.com
LETS_ENCRYPT_ENV=production
DB_PASSWORD_VERSION=v1
DB_ROOT_PASSWORD_VERSION=v1
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
```
TODO.
Then, open the `DOMAIN` you configured (you might need to wait a while for Traefik to generate SSL certificates) to finish the set-up. Luckily, this container is (mostly) configurable via environment variables -- if we want to auto-generate the configuration we can use a `config` and / or a custom `entrypoint` (see [`coop-cloud/mediawiki`](https://git.autonomic.zone/coop-cloud/mediawiki) for examples of both).