https://github.com/jameswalmsley/kimai-docker
Kimai Time-Management as a Docker, with backup and restore mechanism.
https://github.com/jameswalmsley/kimai-docker
Last synced: 3 months ago
JSON representation
Kimai Time-Management as a Docker, with backup and restore mechanism.
- Host: GitHub
- URL: https://github.com/jameswalmsley/kimai-docker
- Owner: jameswalmsley
- Created: 2017-01-08T10:57:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T16:37:00.000Z (over 8 years ago)
- Last Synced: 2025-01-06T07:52:01.541Z (5 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kimai-Docker
Dockerised time-management system.
# Start/Stop
docker pull jameswalmsley/kimai-docker:v1.1.0-r1
The use the supplied docker-compose.yml file from github.
docker-compose up
docker-compose down# Backups
docker-compose run --rm kimai app:backup
The backup creates a folder called kimai-backup in the mounted path (/srv/docker/kimai).