updated dockerfile, example compose, and corrected typo
Security / security (push) Successful in 1m4s
Security / security (push) Successful in 1m4s
This commit is contained in:
+4
-1
@@ -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 * * * *
|
||||
Reference in New Issue
Block a user