Description
Enhancement 1 - environment variables to be used for initial setup in docker compose file, they could be ignored if the initial configuration file exists upon starting the container.
admin_passwsord=blah
or
admin_password_has=hash
admin_email='[email protected]'
Enhancement 2 - healthcheck script
Are there any plans to have a health check script within the container?
Granted a long cmd using curl (presuming the container is inclusive of the curl binary) and such could be created in the docker compose healthcheck section, but adding a health check script that tests that everything is running on the ports would be nice.
Enhancement 3 - usernames
How hard would it be to add a username to the database, thus offering the user the ability to login either with their user or alternatively with their email address?
Stuart