feat: add env_file configuration for Seafile service in Docker Compose
Some checks failed
Python Lint Check / check-python (push) Waiting to run
Ansible Lint Check / check-ansible (push) Failing after 17s
Nix Format Check / check-format (push) Has been cancelled

This commit is contained in:
2025-03-17 14:06:54 +01:00
parent 03734652cf
commit bea77808d9

View File

@ -34,6 +34,8 @@ services:
- SEAFILE_SERVER_PROTOCOL=${SEAFILE_SERVER_PROTOCOL}
volumes:
- ${SEAFILE_VOLUME}:/shared
env_file:
- {{seafile_service_dir }}/.env
networks:
- seafile-net
- caddy_network