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}
|
- SEAFILE_SERVER_PROTOCOL=${SEAFILE_SERVER_PROTOCOL}
|
||||||
volumes:
|
volumes:
|
||||||
- ${SEAFILE_VOLUME}:/shared
|
- ${SEAFILE_VOLUME}:/shared
|
||||||
|
env_file:
|
||||||
|
- {{seafile_service_dir }}/.env
|
||||||
networks:
|
networks:
|
||||||
- seafile-net
|
- seafile-net
|
||||||
- caddy_network
|
- caddy_network
|
||||||
|
Reference in New Issue
Block a user