Installation and Deployment
Guide for deploying PanDev Metrics On-Premise using Docker Compose.
Prerequisites
- System Requirements are met
- License Key is obtained
- Docker and Docker Compose are installed
Step 1: Download Distribution
- Download the
pandev_metrics_latest.ziparchive from your dashboard - Extract the archive to a directory on your server
unzip pandev_metrics_latest.zip -d /opt/pandev
cd /opt/pandev
Step 2: Configure Environment Variables
Edit the .env file:
nano .env
Required Variables
| Variable | Description | Example |
|---|---|---|
POSTGRES_DB | Database name | pandev_metrics |
POSTGRES_USER | Database user | pandev |
POSTGRES_PASSWORD | Database password | secure_password_123 |
TZ | Timezone | Asia/Almaty |
Security
Use strong passwords! Don't leave default values.
Step 3: Start Services
docker compose up -d
Check that all containers are running:
docker compose ps
Expected result:
NAME STATUS
pandev-metrics Up
pandev-postgres Up
Step 4: Verify
Open in browser:
http://<your-server>:8090
You will see the license key input form.
Next Step
Proceed to First Login to set up the administrator.