Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/toitzi/kimai-docker

Docker Compose for Kimai https://www.kimai.org/
https://github.com/toitzi/kimai-docker

docker docker-compose kimai kimai2

Last synced: about 2 months ago
JSON representation

Docker Compose for Kimai https://www.kimai.org/

Awesome Lists containing this project

README

        




Logo


toitzi's docker-compose file for kimai


GitHub License
GitHub Sponsors
GitHub Issues

## Getting Started

This repository contains a `docker-compose` file for [Kimai](https://www.kimai.org/).

### Prerequisites

- [Docker](https://docs.docker.com/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)
- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)

### Installation

1. Clone the repository:

```bash
git clone https://github.com/toitzi/kimai-docker.git
```

2. Change into the directory:

```bash
cd kimai-docker
```

3. Copy the `.env.example` file to `.env` and adjust the values as needed:

```bash
cp .env.example .env
```

4. Start the containers:

```bash
docker-compose up -d
```

## License

The repository is open-sourced software licensed under the [MIT license](LICENSE.md).