Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.3 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.3 KB

Homarus

Docker image for Homarus.

Dependencies

Requires islandora/crayfish docker image to build. Please refer to the Crayfish Image README for additional information including additional settings, volumes, ports, etc.

Settings

Environment Variable Default Description
HOMARUS_APIX_MIDDLEWARE_ENABLED false This disables the ApixMiddleware as we pass the full URL to ffmpeg instead of downloading the file and passing it directly.
HOMARUS_FCREPO_URL http://fcrepo:8080/fcrepo/rest Fcrepo Rest API URL
HOMARUS_LOG_LEVEL info Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none