{"id":21970932,"url":"https://github.com/librecodecoop/kimai-docker","last_synced_at":"2026-05-09T02:17:26.469Z","repository":{"id":44879602,"uuid":"399620375","full_name":"LibreCodeCoop/kimai-docker","owner":"LibreCodeCoop","description":"Run Kimai on a container","archived":false,"fork":false,"pushed_at":"2023-12-19T18:03:51.000Z","size":46,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-28T02:27:47.368Z","etag":null,"topics":["docker","docker-compose","hacktoberfest","kimai","kimai2"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LibreCodeCoop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-08-24T22:26:37.000Z","updated_at":"2024-08-14T08:53:02.000Z","dependencies_parsed_at":"2023-12-02T19:29:09.760Z","dependency_job_id":"43de217f-1ee6-43c9-9146-9afa75aa1484","html_url":"https://github.com/LibreCodeCoop/kimai-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fkimai-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fkimai-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fkimai-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LibreCodeCoop%2Fkimai-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LibreCodeCoop","download_url":"https://codeload.github.com/LibreCodeCoop/kimai-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245031363,"owners_count":20549913,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","hacktoberfest","kimai","kimai2"],"created_at":"2024-11-29T14:44:40.013Z","updated_at":"2026-05-09T02:17:26.464Z","avatar_url":"https://github.com/LibreCodeCoop.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kimai Docker\n\n[Kimai](https://github.com/kimai/kimai) runing in a container\n\nPurpose of this project: expose the source code of Kimai in a volume\n\n## Setup\n\n* Clone this repository\n* run `docker-compose up`\n\n## Development\n\nLook [here](docs/development.md)\n\n## Update\n\n* Go to the kimai folder\n  * Check the base image version\n    ```bash\n    cat .docker/php/Dockerfile | grep FROM\n    cat .env | grep VERSION\n    ```\n  * Update the container\n    ```bash\n    # replace with the newest base image\n    docker compose build --pull\n    ```\n* Go to the kimai volume folder\n  ```bash\n  git pull origin main\n  cd volumes/php\n  git fetch origin \u003clatest-tag-in-prod\u003e\n  git checkout FETCH_HEAD\n  git checkout -b \u003clatest-tag-in-prod\u003e\n  docker compose exec kimai composer i --no-dev\n  docker compose exec kimai chown -R www-data:www-data .\n  docker compose restart kimai\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrecodecoop%2Fkimai-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrecodecoop%2Fkimai-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrecodecoop%2Fkimai-docker/lists"}