feat: add JWT_PRIVATE_KEY environment variable to Seafile Docker Compose configuration
This commit is contained in:
parent
34bf041506
commit
fc98090339
@ -34,6 +34,7 @@ services:
|
||||
- SEAFILE_SERVER_LETSENCRYPT=false
|
||||
- SEADRIVE_SERVER_LETSENCRYPT=false
|
||||
- SEAFILE_SERVER_PROTOCOL={{ seafile_server_protocol | default('http') }}
|
||||
- JWT_PRIVATE_KEY={{ jwt_private_key | default('') }}
|
||||
volumes:
|
||||
- {{ seafile_volume | default('/opt/seafile-data') }}:/shared
|
||||
networks:
|
||||
@ -84,9 +85,6 @@ services:
|
||||
- db
|
||||
- seafile
|
||||
restart: unless-stopped
|
||||
{% if enable_seadoc | default('true') != 'true' %}
|
||||
profiles: ["disabled"]
|
||||
{% endif %}
|
||||
|
||||
networks:
|
||||
seafile-net:
|
||||
|
Loading…
x
Reference in New Issue
Block a user