- docker
- docker-compose
-
Create file
.env
[email protected] 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 | [email protected] | false | |
PGADMIN_DEFAULT_PASSWORD | Default password | admin | false |
- URL:
http://localhost:5050
- Username: [email protected]
- Password: admin
Локальный node-exporter + Prometheus (PV) + Grafana