refactor: add Telegram env in Dockerfile, move telegram notification to utils

This commit is contained in:
Jonas Kaninda
2024-09-11 04:37:02 +02:00
parent 67ea22385f
commit 390e7dad0c
6 changed files with 80 additions and 85 deletions

View File

@@ -38,6 +38,8 @@ ENV TARGET_DB_PASSWORD=""
ARG DEBIAN_FRONTEND=noninteractive
ENV VERSION="v1.2.5"
ENV BACKUP_CRON_EXPRESSION=""
ENV TG_TOKEN=""
ENV TG_CHAT_ID=""
ARG WORKDIR="/config"
ARG BACKUPDIR="/backup"
ARG BACKUP_TMP_DIR="/tmp/backup"