* ADD: initial commit

This commit is contained in:
2024-01-20 11:52:52 +01:00
parent 95fc557025
commit 31054ebf7d
41 changed files with 1466 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# 1. Please put the value in double quotes to avoid problems.
# 2. To use the file, you need to map the file to `/.env` in the container.
CRON="0 1 * * *"
BACKUP_FILE_SUFFIX="%Y%m%d"
BACKUP_KEEP_DAYS="14"
TIMEZONE="UTC"
#POSTGRES_HOST=""
#POSTGRES_PORT=""
#POSTGRES_DB=""
#POSTGRES_USER=""
#POSTGRES_PASSWORD=""