# SAMPLE DOCKER COMPOSE services: donetick-notifier: container_name: donetick-notifier image: docker.io/blinkfink182/donetick-notifier ports: - 8080:8080 environment: # BELOW ARE ALL REQUIRED - DONETICKHOST=host.docker.internal # donetick host - DONETICKPORT=8787 # donetick port - DONETICKAPIKEY=adminpass # donetick API key - APPRISEWEBHOOKURL=https://apprisehost/notify/config # apprise notification url - APPRISEWEBHOOKTAG=all # apprise notification tag - TZ=America/Chicago # set timezone from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List - JOB_SCHEDULE=0 8,17 * * * # when to notify about overdue tasks or tasks due today