Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/toitzi/kimai-docker
- Owner: toitzi
- License: mit
- Created: 2024-06-04T21:13:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T21:28:08.000Z (7 months ago)
- Last Synced: 2024-10-13T12:27:37.394Z (3 months ago)
- Topics: docker, docker-compose, kimai, kimai2
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
toitzi's docker-compose file for kimai
## 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).