feat: add JWT_PRIVATE_KEY environment variable to Seafile Docker Compose configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 57s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
Menno van Leeuwen 2025-03-17 14:29:27 +01:00
parent 34bf041506
commit fc98090339
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -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: