- docker
- docker-compose
-
Create file
.envPGADMIN_DEFAULT_EMAIL=pgadmin4@pgadmin.org PGADMIN_DEFAULT_PASSWORD=admin PGADMIN_PORT=5050
-
Export environments
. export-env.sh -
Run
docker-compose up -d
This Compose file contains the following environment variables:
| ENV | Description | Value | Required |
|---|---|---|---|
| PGADMIN_PORT | pgAdmin port | 5050 | false |
| PGADMIN_DEFAULT_EMAIL | pgadmin4@pgadmin.org | false | |
| PGADMIN_DEFAULT_PASSWORD | Default password | admin | false |
- URL:
http://localhost:5050 - Username: pgadmin4@pgadmin.org
- Password: admin
Локальный node-exporter + Prometheus (PV) + Grafana