feat(): added compose setup with full observability stack

This commit is contained in:
ITQ
2026-04-18 10:35:06 +03:00
parent 123528dcb9
commit 1ff759b53b
42 changed files with 9717 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"Servers": {
"1": {
"Name": "default",
"Group": "Servers",
"Host": "postgresql",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"KerberosAuthentication": false,
"ConnectionParameters": {
"sslmode": "prefer",
"connect_timeout": 10
},
"Tags": []
}
}
}