Skip to content

Dockerized version of self-hosted time sheet software Timestrap

License

Notifications You must be signed in to change notification settings

StianOvrevage/docker-timestrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-timestrap

Dockerized version of self-hosted time sheet software Timestrap ( https://github.com/overshard/timestrap )

Running

Create a "timestrap-database" directory which will hold the data and run the Docker image:

$ mkdir timestrap-database
$ docker run -d -v ./timestrap-database/:/timestrap/database/ -p 8000:8000 stianovrevage/timestrap:latest

Wait a minute for server to start and go to http://localhost:8000 . Default login is username admin and password admin.

Building Docker image

Instructions for building inside Dockerfile

License

MIT

About

Dockerized version of self-hosted time sheet software Timestrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages