Take control of your daily routines with a flexible system designed to help you succeed without the guilt of broken streaks. Instead of resetting your progress to zero when you miss a day, this tool calculates the time elapsed since your last completion and compares it to your desired interval, allowing you to easily prioritize tasks based on their actual urgency.
Key Features:
services:
openhabittracker:
image: jinjinov/openhabittracker:latest
container_name: openhabittracker
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./data:/app/data
environment:
- TZ=${TZ}
- ASPNETCORE_ENVIRONMENT=ProductionTZ=UTCAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago