Having troubles setting up latest photoprism on docker (exit 255 )

This page summarizes the projects mentioned and recommended in the original post on /r/photoprism

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • photoprism-docs

    Official Documentation (English)

  • version: '3.8' services: ## PhotoPrism service ## Docs: https://docs.photoprism.org/ photoprism: image: photoprism/photoprism:latest security_opt: - seccomp:unconfined - apparmor:unconfined depends_on: - mariadb network_mode: host environment: - PHOTOPRISM_UID=$USER_UID # user id, should match your host user id - PHOTOPRISM_GID=$USER_GID # group id - PHOTOPRISM_ADMIN_PASSWORD=photoprism # initial "admin" password (minimum 8 characters) ## Public server URL incl http:// or https:// and /path, :port is optional - PHOTOPRISM_SITE_URL="https://"redacted":2342/" - PHOTOPRISM_SITE_CAPTION="AI-Powered Photos App" - PHOTOPRISM_SITE_DESCRIPTION="Open-Source Photo Management" - PHOTOPRISM_SITE_AUTHOR="@photoprism_app" # Storage - PHOTOPRISM_STORAGE_PATH=/photoprism/storage - PHOTOPRISM_ORIGINALS_PATH=/photoprism/originals - PHOTOPRISM_IMPORT_PATH=/photoprism/import - PHOTOPRISM_ASSETS_PATH=/photoprism/asset # Features - PHOTOPRISM_DEBUG=true - PHOTOPRISM_READONLY=false - PHOTOPRISM_PUBLIC=true - PHOTOPRISM_EXPERIMENTAL=false #Server Web set - PHOTOPRISM_SERVER_MODE=debug - PHOTOPRISM_HTTP_HOST=192.168.1.98 - PHOTOPRISM_HTTP_PORT=2342 - PHOTOPRISM_HTTP_COMPRESSION=gzip # improves transfer speed and bandwidth utilization (none or gzip) # Database connection - PHOTOPRISM_DATABASE_DRIVER=mysql - PHOTOPRISM_DATABASE_SERVER=mariadb:4001 - PHOTOPRISM_DATABASE_NAME=photoprism - PHOTOPRISM_DATABASE_USER=photoprism - PHOTOPRISM_DATABASE_PASSWORD=photoprism # Photo file settings - PHOTOPRISM_DISABLE_CHOWN=false # disables storage permission updates on startup - PHOTOPRISM_DISABLE_BACKUPS=false # disables backing up albums and photo metadata to YAML files - PHOTOPRISM_DISABLE_WEBDAV=false # disables built-in WebDAV server - PHOTOPRISM_DISABLE_SETTINGS=false # disables settings UI and API - PHOTOPRISM_DISABLE_PLACES=false # disables reverse geocoding and maps - PHOTOPRISM_DISABLE_EXIFTOOL=false # disables creating JSON metadata sidecar files with ExifTool - PHOTOPRISM_DISABLE_TENSORFLOW=false # disables all features depending on TensorFlow - PHOTOPRISM_DETECT_NSFW=false # flag photos as private that MAY be offensive (requires TensorFlow) - PHOTOPRISM_UPLOAD_NSFW=false # allows uploads that may be offensive - PHOTOPRISM_RAW_PRESETS=false # enables applying user presets when converting RAW files (reduces performance) - PHOTOPRISM_THUMB_FILTER=blackman # resample filter, best to worst: blackman, lanczos, cubic, linear - PHOTOPRISM_THUMB_UNCACHED=true # enables on-demand thumbnail rendering (high memory and cpu usage) - PHOTOPRISM_THUMB_SIZE=4096 # pre-rendered thumbnail size limit (default 2048, min 720, max 7680) - PHOTOPRISM_THUMB_SIZE_UNCACHED=7680 # on-demand rendering size limit (default 7680, min 720, max 7680) - PHOTOPRISM_JPEG_SIZE=7680 # size limit for converted image files in pixels (720-30000) - PHOTOPRISM_JPEG_QUALITY=100 # image quality, a higher value reduces compression (25-100) - TF_CPP_MIN_LOG_LEVEL=0 # show TensorFlow log messages for development working_dir: "/photoprism" volumes: - ${DOCKERDIR}/photoprism/storage:/photoprism/storage - ${DOCKERDIR}/photoprism/asset:/photoprism/asset - ${DOCKERDIR}/dataserve/Photos/originals:/photoprism/originals #Photo Library - ${DOCKERDIR}/interchange/Media/photoprismimport:/photoprism/import # to import photos ## MariaDB 10.8 Database Server ## Docs: https://mariadb.com/kb/en/release-notes-mariadb-108-series/ mariadb: image: mariadb:10.8-rc command: mysqld --port=4001 --transaction-isolation=READ-COMMITTED --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --max-connections=512 --innodb-rollback-on-timeout=OFF --innodb-lock-wait-timeout=120 network_mode: host volumes: - ${DOCKERDIR}/photoprism/mariadb-init.sql:/docker-entrypoint-initdb.d/init.sql - ${DOCKERDIR}/photoprism/data:/var/lib/mysql environment: - MARIADB_AUTO_UPGRADE="1" - MARIADB_INITDB_SKIP_TZINFO="1" - MARIADB_DATABASE=photoprism - MARIADB_USER=photoprism - MARIADB_PASSWORD=photoprism - MARIADB_ROOT_PASSWORD=photoprism

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How and why to make a /now page on your site

    1 project | news.ycombinator.com | 22 May 2024
  • Fast and Responsive Open-source templates for your next Side-project or Startup

    1 project | news.ycombinator.com | 21 May 2024
  • How to Create a Simple Tab Navigation UI with HTML, CSS, and JavaScript

    1 project | dev.to | 21 May 2024
  • Step-by-Step: Integrating Fonts in Nuxt.js and Vue.js Projects

    1 project | dev.to | 21 May 2024
  • Easy WheelDateTimePicker — Compose Multiplatform(KMP)

    1 project | dev.to | 20 May 2024