Start tracking your work hours and project time instantly without the hassle of registration or complex setup. This intuitive time-tracking solution is designed specifically for freelancers, small businesses, and teams who need a reliable way to log hours and manage projects. By focusing purely on essential time-tracking features, it removes unnecessary administrative burdens.
Key features and benefits:
services:
titra:
image: kromit/titra
container_name: titra
restart: unless-stopped
ports:
- "3000:3000"
environment:
ROOT_URL: ${ROOT_URL}
MONGO_URL: mongodb://mongodb:27017/titra
PORT: 3000
depends_on:
- mongodb
mongodb:
image: mongo:5
container_name: titra-mongodb
restart: unless-stopped
volumes:
- ./mongo-data:/data/dbROOT_URL=http://localhost:3000Auto-fetched 12 minutes ago
Auto-fetched 12 minutes ago