Skip to content

Instantly share code, notes, and snippets.

@casparjones
Last active January 18, 2022 20:02
Show Gist options
  • Save casparjones/7e3e7b4f3a5525f595b1c3d08fac75fb to your computer and use it in GitHub Desktop.
Save casparjones/7e3e7b4f3a5525f595b1c3d08fac75fb to your computer and use it in GitHub Desktop.
photoprism caprover
captainVersion: 4
services:
$$cap_appname:
image: photoprism/photoprism:$$cap_app_version
volumes:
- $$cap_appname-pictures:/photoprism/originals" # original media files (photos and videos)
- $$cap_appname-storage:/photoprism/storage"
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
TZ: "Europe/Berlin"
PHOTOPRISM_UPLOAD_NSFW: "true"
PHOTOPRISM_ADMIN_PASSWORD: "insecure"
caproverOneClickApp:
variables:
- id: '$$cap_app_version'
label: Photoprism App Version
defaultValue: 'latest'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/photoprism/photoprism/tags
validRegex: "/.{1,}/"
instructions:
start: |-
Installation of photoprism starts
end: |-
$$cap_appname successfull installed
displayName: Photoprism
isOfficial: false ## Only if all images used here are official or from a trusted source.
description: PhotoPrism® is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud.
documentation: https://docs.photoprism.app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment