Take control of your database management without being tied to a desktop client. This tool provides a complete, browser-based interface for all your database needs, making it easy to work from anywhere. Whether you're a developer running quick queries or a DBA performing complex maintenance, you have full access to your data through a secure and intuitive web application.
It comes packed with features designed to make your workflow more efficient:
services:
webdb:
image: webdb/webdb:latest
container_name: webdb
ports:
- "8080:8080"
volumes:
- ./data:/app/data
restart: unless-stopped
# No sensitive environment variables were found in the provided documentation.
# If WebDB requires authentication or specific configuration, add them here.
Auto-fetched about 15 hours ago