Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1464 Added description about needed preconfigu…
Browse files Browse the repository at this point in the history
…re single node and only after that make scaling
  • Loading branch information
ggxed committed Sep 11, 2024
1 parent 8299d62 commit 18b791a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ There are two ways to configure SSL:

### Service scaling

Before scaling the service, it is essential to configure your server in single-node mode. Run the Easy Config to set up your initial environment.

To scale your service within the cluster, follow these steps:

- Open the `.env` file.
Expand Down
2 changes: 0 additions & 2 deletions docker-compose-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ services:
hostname: cloudbeaver
network_mode: host
restart: unless-stopped
deploy:
replicas: ${REPLICA_COUNT_EE:-1}
volumes:
- cloudbeaver:/opt/cloudbeaver/workspace
environment:
Expand Down

0 comments on commit 18b791a

Please sign in to comment.