feat: add Seadoc server URL and enable Seadoc in Seafile Docker Compose configuration
This commit is contained in:
parent
3f8fef87e1
commit
00aaf83884
@ -35,6 +35,8 @@ services:
|
|||||||
- SEADRIVE_SERVER_LETSENCRYPT=false
|
- SEADRIVE_SERVER_LETSENCRYPT=false
|
||||||
- SEAFILE_SERVER_PROTOCOL={{ seafile_server_protocol | default('http') }}
|
- SEAFILE_SERVER_PROTOCOL={{ seafile_server_protocol | default('http') }}
|
||||||
- JWT_PRIVATE_KEY={{ jwt_private_key | default('') }}
|
- JWT_PRIVATE_KEY={{ jwt_private_key | default('') }}
|
||||||
|
- SEADOC_SERVER_URL=https://sf.mvl.sh/sdoc-server
|
||||||
|
- ENABLE_SEADOC=true
|
||||||
volumes:
|
volumes:
|
||||||
- {{ seafile_volume | default('/opt/seafile-data') }}:/shared
|
- {{ seafile_volume | default('/opt/seafile-data') }}:/shared
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user