mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
feat: Fix pgadmin in dev
This commit is contained in:
@@ -132,6 +132,8 @@ services:
|
|||||||
pgadmin:
|
pgadmin:
|
||||||
image: dpage/pgadmin4
|
image: dpage/pgadmin4
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./servers.json:/pgadmin4/servers.json
|
||||||
environment:
|
environment:
|
||||||
PGADMIN_DEFAULT_EMAIL: admin@example.com
|
PGADMIN_DEFAULT_EMAIL: admin@example.com
|
||||||
PGADMIN_DEFAULT_PASSWORD: pass
|
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