Browser DB admin for MySQL, PostgreSQL, Oracle & DM. Navicat-style UI, SQL editor. Docker-ready.
235
基于浏览器的数据库管理工具,界面布局参考 Navicat。通过 Web 管理数据库连接,完成对象浏览、表数据编辑、SQL 查询等操作,无需安装桌面客户端。
源码仓库: https://gitee.com/wmcloud/web-db
docker run -d \
--name webdb \
-p 8080:8080 \
-v webdb-data:/app/data \
-e WEBDB_SECRET_KEY="your-32-byte-secret-key-here!!" \
-e WEBDB_JWT_SECRET="your-jwt-secret-key-change-me!!" \
-e WEBDB_ADMIN_PASSWORD="your-secure-password" \
-e WEBDB_CORS_ALLOWED_ORIGINS="http://localhost:8080" \
--restart unless-stopped \
frostsip/web-db:latest
Content type
Image
Digest
sha256:ae4001b57…
Size
132.4 MB
Last updated
3 months ago
docker pull frostsip/web-db