monofone / docker-kimai

Kimai timetracker configured by ENV variables with separate DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kimai Docker Image

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.

Variables

KIMAI_MYSQL_HOSTNAME

This sets the hostname for the database

KIMAI_MYSQL_DATABASE

The Databasename to setup e.q. kimai

KIMAI_MYSQL_USERNAME

The database username

KIMAI_MYSQL_PASSWORD

The password for the user

KIMAI_SALT

A salt for better password hashing in the db

The default password for the "admin" user ist "changeme"

TODOs

Make the default "admin" password configurable

About

Kimai timetracker configured by ENV variables with separate DB


Languages

Language:Shell 81.6%Language:PHP 18.4%