Update .gitignore to exclude specific database backup files, modify docker-compose.yaml to use the standard PostgreSQL image, enhance PostgreSQL configuration with custom settings, and update backup file naming in helper.md for consistency.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,10 +1,11 @@
|
||||
fail2ban/data
|
||||
https_portal
|
||||
logs
|
||||
database
|
||||
database**
|
||||
assets
|
||||
database_bkp
|
||||
database_backup*
|
||||
pgadmin
|
||||
redis
|
||||
phoenix_backup.sql
|
||||
phoenix_backup.sql
|
||||
*.sql
|
||||
Reference in New Issue
Block a user