Postgresql yml and landing page

This commit is contained in:
2026-04-16 00:17:03 +03:00
parent bd55228db4
commit c80f7db74c
9 changed files with 1718 additions and 1 deletions

15
postgres_10_docker/.env Normal file
View File

@@ -0,0 +1,15 @@
# Database Credentials
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=db
# Timezone (Matches your system, e.g., Europe/Chisinau or America/New_York)
TZ=Europe/Chisinau
# Backup Settings
# Options: @hourly, @daily, @weekly, @monthly
# BACKUP_SCHEDULE=@daily
# Cron Schedule: Minute Hour Day Month Day_of_Week
# This example runs every night at 03:15 AM
BACKUP_SCHEDULE="0 1 * * *"
BACKUP_RETENTION_DAYS=30