Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 811 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 811 Bytes

Kimai Dockers

We provide a set of docker images for the Kimai v2 project.

Quick start

Run the latest build against tbe master branch of the Kimai repo using a bundled DB. This is not suitable for production use:

docker run --rm -ti -p 8001:8001 --name kimai kimai/kimai2:latest-dev

Create an admin user in the new running docker:

docker exec kimai /opt/kimai/bin/console kimai:create-user admin [email protected] ROLE_SUPER_ADMIN

This docker transient and will disappear when you stop the container.

Documentation

https://tobybatch.github.io/kimai2/

Kimai Helm chart

There is also a Helm chart for easy deployment of Kimai on Kubernetes. See the README for more information.