infra: added pgadmin folder

This commit is contained in:
ITQ
2025-02-15 15:16:15 +03:00
parent 1e3e988aeb
commit 68e2c22eb2
3 changed files with 21 additions and 0 deletions
@@ -0,0 +1,2 @@
PGADMIN_DEFAULT_EMAIL=admin@mail.com
PGADMIN_DEFAULT_PASSWORD_FILE=/run/secrets/pgadmin_password
+1
View File
@@ -0,0 +1 @@
admin
@@ -0,0 +1,18 @@
{
"Servers": {
"1": {
"Name": "default",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"KerberosAuthentication": false,
"ConnectionParameters": {
"sslmode": "prefer",
"connect_timeout": 10
},
"Tags": []
}
}
}