skeleton ready

This commit is contained in:
2026-05-06 22:24:34 -05:00
parent 7b59f854db
commit 66b9730108
9 changed files with 323 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# SAMPLE DOCKER COMPOSE
services:
donetick-notifier:
container_name: donetick-notifier
image: docker.io/blinkfink182/donetick-notifier
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