diff --git a/README.md b/README.md index 0ed2a1b..89c8fb2 100644 --- a/README.md +++ b/README.md @@ -54,17 +54,5 @@ There are two ways to configure SSL: 2. Pull new docker images: `docker-compose pull` or `docker compose pull` 3. Restart the cluster: `docker-compose up -d` or `docker compose up -d` -### Service scaling - -To scale your service within the cluster, follow these steps: - -- Open the `.env` file. -- Modify the following environment variables to set the desired number of instances for service: - -``` -REPLICA_COUNT_EE=1 -``` -- Stop and start the cluster. - ### Older versions: - [24.1.0](https://github.com/dbeaver/cloudbeaver-deploy/tree/24.1.0) \ No newline at end of file diff --git a/docker-compose-host.yml b/docker-compose-host.yml index 6c65f7c..7d1bf36 100644 --- a/docker-compose-host.yml +++ b/docker-compose-host.yml @@ -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: