diff --git a/photoprism/docker-compose.yml b/photoprism/docker-compose.yml index 8d9533d..7faf0ef 100644 --- a/photoprism/docker-compose.yml +++ b/photoprism/docker-compose.yml @@ -53,19 +53,19 @@ services: - PHOTOPRISM_SITE_URL="http://nextcloud.2li.local:2342/" # public server URL incl http:// or https:// and /path, :port is optional - PHOTOPRISM_ORIGINALS_LIMIT=5000 # file size limit for originals in MB (increase for high-res video) - PHOTOPRISM_HTTP_COMPRESSION="gzip" # improves transfer speed and bandwidth utilization (none or gzip) - - PHOTOPRISM_DEBUG="false" # run in debug mode (shows additional log messages) - - PHOTOPRISM_PUBLIC="false" # no authentication required (disables password protection) - - PHOTOPRISM_READONLY="true" # don't modify originals directory (reduced functionality) - - PHOTOPRISM_EXPERIMENTAL="false" # enables experimental features - - PHOTOPRISM_DISABLE_CHOWN="false" # disables storage permission updates on startup - - PHOTOPRISM_DISABLE_WEBDAV="false" # disables built-in WebDAV server - - PHOTOPRISM_DISABLE_SETTINGS="false" # disables Settings in Web UI - - PHOTOPRISM_DISABLE_TENSORFLOW="false" # disables all features depending on TensorFlow - - PHOTOPRISM_DISABLE_FACES="false" # disables facial recognition - - PHOTOPRISM_DISABLE_CLASSIFICATION="false" # disables image classification - - PHOTOPRISM_DARKTABLE_PRESETS="false" # enables Darktable presets and disables concurrent RAW conversion - - PHOTOPRISM_DETECT_NSFW="false" # flag photos as private that MAY be offensive (requires TensorFlow) - - PHOTOPRISM_UPLOAD_NSFW="true" # allows uploads that MAY be offensive + - PHOTOPRISM_DEBUG=false # run in debug mode (shows additional log messages) + - PHOTOPRISM_PUBLIC=false # no authentication required (disables password protection) + - PHOTOPRISM_READONLY=true # don't modify originals directory (reduced functionality) + - PHOTOPRISM_EXPERIMENTAL=false # enables experimental features + - PHOTOPRISM_DISABLE_CHOWN=false # disables storage permission updates on startup + - PHOTOPRISM_DISABLE_WEBDAV=false # disables built-in WebDAV server + - PHOTOPRISM_DISABLE_SETTINGS=false # disables Settings in Web UI + - PHOTOPRISM_DISABLE_TENSORFLOW=false # disables all features depending on TensorFlow + - PHOTOPRISM_DISABLE_FACES=false # disables facial recognition + - PHOTOPRISM_DISABLE_CLASSIFICATION=false # disables image classification + - PHOTOPRISM_DARKTABLE_PRESETS=false # enables Darktable presets and disables concurrent RAW conversion + - PHOTOPRISM_DETECT_NSFW=false # flag photos as private that MAY be offensive (requires TensorFlow) + - PHOTOPRISM_UPLOAD_NSFW=true # allows uploads that MAY be offensive - PHOTOPRISM_DATABASE_DRIVER="mysql" # use MariaDB 10.5+ or MySQL 8+ instead of SQLite for improved performance - PHOTOPRISM_DATABASE_SERVER="mariadb:3306" # MariaDB or MySQL database server (hostname:port) - PHOTOPRISM_DATABASE_NAME="photoprism" # MariaDB or MySQL database schema name