Postgresql yml and landing page
This commit is contained in:
15
postgres_10_docker/.env
Normal file
15
postgres_10_docker/.env
Normal 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
|
||||
Reference in New Issue
Block a user