Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.02 KB

README.md

File metadata and controls

33 lines (23 loc) · 2.02 KB

Fits

Docker image for Fits version 5.1.0.

Please refer to the Fits Documentation for more in-depth information.

As a quick example this will bring up an instance of Fits, and allow you to view on http://localhost:80/fits/.

docker run --rm -ti -p 80:80 islandora/fits

Dependencies

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

Settings

Environment Variable Confd Key Default Description
FITS_MAX_IN_MEMORY_FILE_SIZE /fits/max/in/memory/file/size 4 Maximum size of an uploaded size kept in memory in MiB. Otherwise temporarily persisted to disk.
FITS_MAX_OBJECTS_IN_POOL /fits/max/objects/in/pool 5 Number of objects in FITSServlet object pool.
FITS_MAX_REQUEST_SIZE /fits/max/request/size 2000 Maximum size of HTTP Request object in MiB. Must be equal to or larger than the value for /fits/max/upload/file/size
FITS_MAX_UPLOAD_FILE_SIZE /fits/max/upload/file/size 2000 Maximum allowable size of uploaded file in MiB.
FITS_SERVICE_LOG_LEVEL /activemq/log/level INFO Log level. Possible Values: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE or ALL

Logs