Skip to content

CloudBeaver Enterprise deployment from docker image

DBeaverDevOps edited this page Jun 19, 2024 · 10 revisions

Table of contents

CloudBeaver Enterprise is a web application that requires server deployment.

You only need a Linux, macOS, or Windows machine with Docker.

Deploy with a single docker container

Requirements

Installation

To install the latest version of CloudBeaver, use the following script:

docker pull dbeaver/cloudbeaver-ee:latest

Running

To run CloudBeaver Enterprise in the terminal:

docker run --name cloudbeaver-ee --rm -ti -p 8080:8978 -v /var/cloudbeaver/workspace:/opt/cloudbeaver/workspace dbeaver/cloudbeaver-ee:latest

Then switch to the browser and open http://localhost:8080/

Daemon mode

Add the following parameters:

-d --restart unless-stopped 

Deploy with docker-compose

Instructions on how to deploy via Docker-compose with configuration examples can be found here: https://github.com/dbeaver/cloudbeaver-deploy

CloudBeaver Documentation

User Guide

Installation

Configuration

CloudBeaver AWS

CloudBeaver Enterprise Edition

Team Edition

Deployment

Clone this wiki locally