mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
opt: 13.0 docs
This commit is contained in:
parent
b414149982
commit
079c539a45
|
|
@ -33,8 +33,9 @@ services:
|
|||
- S3_SSE_C_KEY=${S3_SSE_C_KEY:-}
|
||||
labels:
|
||||
caddy: ${SEAFILE_SERVER_PROTOCOL:-http}://${SEAFILE_SERVER_HOSTNAME:?Variable is not set or empty}
|
||||
caddy.1_handle: "/thumbnail/*"
|
||||
caddy.1_handle.0_reverse_proxy: "{{upstreams 80}}"
|
||||
caddy.1_handle_path: "/thumbnail*"
|
||||
caddy.1_handle_path.0_rewrite: "* {uri}"
|
||||
caddy.1_handle_path.1_reverse_proxy: "{{upstreams 80}}"
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
|
|
@ -40,7 +40,18 @@ Then download the new `seafile-server.yml` according to the following commands:
|
|||
wget https://manual.seafile.com/13.0/repo/docker/pro/seafile-server.yml
|
||||
```
|
||||
|
||||
#### Step 2.2) Download `.yml` file for search engine (Pro edition)
|
||||
#### Step 2.2) Download `.yml` file for notification server
|
||||
|
||||
=== "Deployment with Seafile"
|
||||
```sh
|
||||
wget https://manual.seafile.com/13.0/repo/docker/notification-server.yml
|
||||
```
|
||||
=== "Standalone deployment"
|
||||
```sh
|
||||
wget https://manual.seafile.com/13.0/repo/docker/notification-server/notification-server.yml
|
||||
```
|
||||
|
||||
#### Step 2.3) Download `.yml` file for search engine (Pro edition)
|
||||
|
||||
=== "ElasticSearch"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue