https://github.com/yuhexiong/deploy-postgresql-pgadmin-guide
https://github.com/yuhexiong/deploy-postgresql-pgadmin-guide
deployment pgadmin4 postgres postgresql
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuhexiong/deploy-postgresql-pgadmin-guide
- Owner: yuhexiong
- Created: 2024-07-21T03:10:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:59:13.000Z (over 1 year ago)
- Last Synced: 2025-08-20T05:46:21.885Z (10 months ago)
- Topics: deployment, pgadmin4, postgres, postgresql
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-CH.md
Awesome Lists containing this project
README
# Deploy PostgreSQL PgAdmin Guide
使用 Docker 部署 PostgreSQL 與 PgAdmin。
## Overview
- 資料庫:PostgreSQL v13.2
## Run
在 `docker-compose` 文件中將 `PGADMIN_DEFAULT_EMAIL` 修改為您的電子郵件地址。
```bash
docker compose up -d
```
資料庫運行於 `localhost:5432`
介面運行於 `http://localhost:8080`
## UI
