You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,20 +18,14 @@ CloudBeaver can be run in a [single docker container](#installation-with-docker-
14
18
However you can use Docker compose for easy web server (HTTPS) configuration.
15
19
16
20
### System requirements
21
+
17
22
- Minimum 4GB RAM
18
23
- Minimum 50GB storage, > 100GB recommended
19
24
- Ubuntu recommended
20
25
-[Docker](https://docs.docker.com/engine/install/ubuntu/) installed. Make sure you have chosen the right OS distro.
21
26
-[docker-compose](https://docs.docker.com/compose/install/) binary installed and added to your PATH variable. Supported versions 2.10 and above
22
27
- If you install `docker-compose-plugin`, you must use the `docker compose` command instead of `docker-compose`.
23
28
24
-
### User and permissions changes
25
-
26
-
Starting from CloudBeaver v25.0 process inside the container now runs as the ‘dbeaver’ user (‘UID=8978’), instead of ‘root’.
27
-
If a user with ‘UID=8978’ already exists in your environment, permission conflicts may occur.
28
-
Additionally, the default Docker volumes directory’s ownership has changed.
29
-
Previously, the volumes were owned by the ‘root’ user, but now they are owned by the ‘dbeaver’ user (‘UID=8978’).
30
-
31
29
### Configuring proxy server (Nginx / HAProxy)
32
30
33
31
Starting from v25.1, CloudBeaver supports two types of proxy servers: Nginx and HAProxy. You can choose your preferred proxy type by setting the following variable in the .env file:
@@ -139,12 +137,22 @@ or set up web proxy automatically with the [Docker Compose deployment](#installa
139
137
> **Note**: The [Domain Manager](https://dbeaver.com/docs/cloudbeaver/Domain-Manager/) is available only when running
140
138
> with a CloudBeaver web proxy setup.
141
139
142
-
## Kubernetes/Helm Deployment
140
+
## Installation with Kubernetes/Helm
143
141
144
142
For Kubernetes deployments using Helm charts, see:
0 commit comments