This docker image entry-point sets up the kimai without using the installer. Configured by env variables to setup the database connection, enabling the configuration of Kimai in a cluster environment.
There is no need to run the installer after the image is started, also there is not installer anymore, it is already removed.
The Configuration is done in docker style, there need to be a second container running a database.
This sets the hostname for the database
The Databasename to setup e.q. kimai
The database username
The password for the user
A salt for better password hashing in the db
The default password for the "admin" user ist "changeme"
Make the default "admin" password configurable