# 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 - NOTIFICATIONTIMES=8,12,17 # hours when notifications will be sent - TZ=America/Chicago # set timezone from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List - JOB_SCHEDULE=0 * * * *