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
|
- SEAFILE_SERVER_LETSENCRYPT=false
|
||||||
- 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('') }}
|
||||||
volumes:
|
volumes:
|
||||||
- {{ seafile_volume | default('/opt/seafile-data') }}:/shared
|
- {{ seafile_volume | default('/opt/seafile-data') }}:/shared
|
||||||
networks:
|
networks:
|
||||||
@ -84,9 +85,6 @@ services:
|
|||||||
- db
|
- db
|
||||||
- seafile
|
- seafile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
{% if enable_seadoc | default('true') != 'true' %}
|
|
||||||
profiles: ["disabled"]
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
seafile-net:
|
seafile-net:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user