feat: postgres central db

This commit is contained in:
Strix 2023-12-14 22:03:53 +01:00
parent 891c883713
commit 4153fc8f89
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
5 changed files with 59 additions and 1 deletions

View file

@ -0,0 +1,3 @@
FROM dpage/pgadmin4
COPY servers.json /pgadmin4/servers.json

View file

@ -0,0 +1,13 @@
{
"Servers": {
"1": {
"Name": "IXVD Central Database",
"Group": "IXVD Databases",
"Port": 5432,
"Username": "postgres",
"Host": "postgres",
"SSLMode": "prefer",
"MaintenanceDB": "postgres"
}
}
}