Add pgAdmin service configuration and update environment variables in .env.example

This commit is contained in:
Mohmmed Elfateh Sabry
2025-09-14 01:08:08 +03:00
parent 0e4a80bc4c
commit 5c2ab9935c
3 changed files with 102 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ UMAMI_APP_SECRET=your_64_character_random_secret_here
# Website ID from Umami dashboard (use placeholder initially, update after setup)
UMAMI_WEBSITE_ID=placeholder-website-id
## pgAdmin
# Default email for pgAdmin login
PGADMIN_DEFAULT_EMAIL=admin@your-domain.com
# Strong password for pgAdmin login
PGADMIN_DEFAULT_PASSWORD=your_strong_pgadmin_password
## Grafana
# Admin username for Grafana dashboard
GRAFANA_ADMIN_USER=admin