Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.
/ kimai2-docker Public archive
forked from tobybatch/kimai2

Docker containers for the kimai2 web application

License

Notifications You must be signed in to change notification settings

uzh-bf/kimai2-docker

 
 

Repository files navigation

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.

About

Docker containers for the kimai2 web application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 52.9%
  • Dockerfile 41.0%
  • Python 6.1%