feat: add env_file configuration for Seafile service in Docker Compose
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user