Upgrade photoprism
This commit is contained in:
parent
81093cedfb
commit
5547241d11
@ -2,7 +2,7 @@ module "photoprism_module" {
|
||||
source = "./service"
|
||||
|
||||
name = "photoprism"
|
||||
image = "photoprism/photoprism:231128"
|
||||
image = "photoprism/photoprism:240531"
|
||||
image_pull_timeout = "10m"
|
||||
# constraints = [{
|
||||
# attribute = "$${meta.hw_transcode.type}"
|
||||
@ -56,7 +56,8 @@ module "photoprism_module" {
|
||||
PHOTOPRISM_SITE_URL = "https://photoprism.${var.base_hostname}/"
|
||||
PHOTOPRISM_SPONSOR = "true"
|
||||
# Worker config
|
||||
PHOTOPRISM_WORKERS = 2
|
||||
PHOTOPRISM_WORKERS = 2
|
||||
PHOTOPRISM_BACKUP_DATABASE = false
|
||||
# Paths
|
||||
PHOTOPRISM_ORIGINALS_PATH = "/photoprism-media/Library"
|
||||
PHOTOPRISM_IMPORT_PATH = "/photoprism-media/Import"
|
||||
|
Loading…
Reference in New Issue
Block a user