feat: add pgadmin to deployment

This commit is contained in:
Stijnvandenbroek
2026-03-04 16:59:56 +00:00
parent 34a284d96b
commit 3e51d630e6
3 changed files with 36 additions and 0 deletions

13
pgadmin/servers.json Normal file
View File

@@ -0,0 +1,13 @@
{
"Servers": {
"1": {
"Name": "data-platform",
"Group": "Servers",
"Host": "postgres",
"Port": 5432,
"MaintenanceDB": "postgres",
"Username": "dagster",
"SSLMode": "prefer"
}
}
}