updated dockerfile, example compose, and corrected typo
Security / security (push) Successful in 1m4s

This commit is contained in:
2026-05-31 18:29:31 -05:00
parent 505fe5fa7d
commit d3d22892d2
3 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -3,6 +3,8 @@ 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
@@ -11,4 +13,5 @@ services:
- 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
- TZ=America/Chicago # set timezone from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
- JOB_SCHEDULE=0 * * * *