update 12.0 cluster

This commit is contained in:
Junxiang Huang 2024-12-23 09:58:06 +08:00
parent 9719836564
commit 683d4855e8

View File

@ -158,12 +158,13 @@ Seafile Server: 2 frontend nodes, 1 backend node
### Deploy the others Seafile frontend nodes
You can directly copy all the directories generated by the first frontend node, including the Docker-compose files (e.g., `seafile-server.yml`, `.env`) and modified configuration files, and then start the seafile docker container:
1. Copy `seafile-server.yml`, `.env `and configuration files from frontend node
```sh
docker compose down
docker compose up -d
```
2. Start the service
```sh
docker compose up -d
```
### Deploy seafile backend node