mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-05 05:34:17 -05:00
feat: Fix pgadmin in dev
This commit is contained in:
@@ -132,6 +132,8 @@ services:
|
||||
pgadmin:
|
||||
image: dpage/pgadmin4
|
||||
restart: always
|
||||
volumes:
|
||||
- ./servers.json:/pgadmin4/servers.json
|
||||
environment:
|
||||
PGADMIN_DEFAULT_EMAIL: admin@example.com
|
||||
PGADMIN_DEFAULT_PASSWORD: pass
|
||||
|
||||
15
servers.json
Normal file
15
servers.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"Servers": {
|
||||
"1": {
|
||||
"Name": "Infisical DB",
|
||||
"Group": "Servers",
|
||||
"Host": "host.docker.internal",
|
||||
"Port": 5432,
|
||||
"MaintenanceDB": "infisical",
|
||||
"Username": "infisical",
|
||||
"PassFile": "/pgpass",
|
||||
"SSLMode": "disable",
|
||||
"SavePassword": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user