Traggo
Traggo is a tag-based time tracking tool.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.7"
services:
traggo:
image: traggo/server:latest
ports:
- 3030:3030
environment:
TRAGGO_DEFAULT_USER_NAME: "admin"
TRAGGO_DEFAULT_USER_PASS: "mynewpassword"
volumes:
- ./traggodata:/opt/traggo/dataResources
Website: https://traggo.net/
GitHub: https://github.com/traggo/server
Docker Hub: https://hub.docker.com/r/traggo/server
Configuration: https://traggo.net/install/