Work with any data source from a single, unified application. This professional database tool is designed to simplify complex tasks for both technical and business users, adapting to the needs of developers, analysts, and administrators alike. It provides a comprehensive toolset to explore, process, and manage over 100 different SQL, NoSQL, and cloud databases.
Take advantage of a complete data management toolkit that includes:
services:
cloudbeaver:
image: dbeaver/cloudbeaver:latest
container_name: cloudbeaver
restart: unless-stopped
ports:
- "8978:8978"
volumes:
- ./workspace:/opt/cloudbeaver/workspace
# CloudBeaver does not require sensitive environment variables for initial deployment.
# Initial setup, database connections, and admin account creation are handled through the web interface on first access.
Auto-fetched 13 minutes ago
Auto-fetched 13 minutes ago