Manage personal to-dos and shared household chores through an intelligent system designed to keep everyone accountable. This platform goes beyond basic checklists by offering advanced scheduling, automated assignments, and built-in gamification to make productivity rewarding.
Key features include:
services:
donetick:
image: donetick/donetick
container_name: donetick
restart: unless-stopped
ports:
- 2021:2021
volumes:
- ./data:/donetick-data
- ./config:/config
environment:
- DT_ENV=selfhosted
- DT_SQLITE_PATH=/donetick-data/donetick.db
- TZ=Etc/UTC
healthcheck:
test: wget --no-verbose --tries=1 --spider http://localhost:2021/api/v1/health || exit 1
start_period: 1m
timeout: 5s
interval: 1m
retries: 3Auto-fetched about 2 hours ago
Auto-fetched about 2 hours ago