init: Postgres + pgAdmin + WAL-G compose snapshot

This commit is contained in:
2026-05-23 09:46:28 +02:00
parent b6a389071a
commit fad768d2ed
5 changed files with 114 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"Servers": {
"1": {
"Name": "CT113 postgres",
"Group": "nuclide",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "postgres",
"SSLMode": "prefer"
}
}
}