mirror of
https://github.com/jkaninda/mysql-bkup.git
synced 2026-01-22 12:29:02 +01:00
refactor: add Telegram env in Dockerfile, move telegram notification to utils
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user