create secure credentials
Even a demonstrator needs some security, so the credentials in docker-compose.yml
need to created at setup by random.
Definition of Done:
-
extendwritedocker-compose.bootstrap.yml
configure
script to create credentials -
pass credentials to docker-compose.yml
(probably through--> usingdocker secrets
)/.env
file -
pass credentials to admin --> console output on first generation and files in /.env.d/
-
test -
write documentation -
announce to colleagues who run demonstrators --> it is just @ilka.schulz ...
Hints:
- none...