jbontech / kimai2

Docker containers for the kimai2 web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kimai Dockers

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

The built images are available from Kimai v2 at Docker Hub.

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 admin@example.com 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.

About

Docker containers for the kimai2 web application

License:MIT License


Languages

Language:Shell 47.0%Language:Dockerfile 37.4%Language:PHP 10.1%Language:Python 5.4%