This commit is contained in:
LockeShor
2026-03-01 00:38:00 -05:00
commit 4398abd9e6
8 changed files with 433 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
truenas-catalog-notify:
build: .
container_name: truenas-catalog-notify
restart: unless-stopped
environment:
TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN}
TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID}
CHECK_INTERVAL_SECONDS: ${CHECK_INTERVAL_SECONDS:-1800}
LOG_LEVEL: ${LOG_LEVEL:-INFO}
volumes:
- truenas-catalog-notify-data:/data
volumes:
truenas-catalog-notify-data: