Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbeaver/dbeaver-devops#1464 Added description about needed preconfigu… #23

Merged
merged 3 commits into from
Sep 11, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

**Important:** 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