feat: postgres central db
This commit is contained in:
parent
891c883713
commit
4153fc8f89
5 changed files with 59 additions and 1 deletions
3
servers/apoc/docker-compose.d/custom/pgadmin/Dockerfile
Normal file
3
servers/apoc/docker-compose.d/custom/pgadmin/Dockerfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
FROM dpage/pgadmin4
|
||||
|
||||
COPY servers.json /pgadmin4/servers.json
|
13
servers/apoc/docker-compose.d/custom/pgadmin/servers.json
Normal file
13
servers/apoc/docker-compose.d/custom/pgadmin/servers.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"Servers": {
|
||||
"1": {
|
||||
"Name": "IXVD Central Database",
|
||||
"Group": "IXVD Databases",
|
||||
"Port": 5432,
|
||||
"Username": "postgres",
|
||||
"Host": "postgres",
|
||||
"SSLMode": "prefer",
|
||||
"MaintenanceDB": "postgres"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue