WIP authelia
Move photoprism storage to truenas
This commit is contained in:
@@ -21,18 +21,30 @@ resource "docker_container" "photoprism" {
|
||||
"PHOTOPRISM_DISABLE_TLS=true"
|
||||
]
|
||||
|
||||
mounts {
|
||||
target = "/photoprism/originals/camera"
|
||||
source = "/share/appdata/syncthing/Camera"
|
||||
type = "bind"
|
||||
volumes {
|
||||
container_path = "/photoprism/originals"
|
||||
volume_name = "truenas-photoprism-originals"
|
||||
}
|
||||
|
||||
mounts {
|
||||
target = "/photoprism/originals/capture-one-variants"
|
||||
source = "/share/CaptureOne/Variants"
|
||||
type = "bind"
|
||||
|
||||
volumes {
|
||||
container_path = "/photoprism/import"
|
||||
volume_name = "truenas-photoprism-import"
|
||||
}
|
||||
|
||||
# OLD paths below
|
||||
# mounts {
|
||||
# target = "/photoprism/originals/camera"
|
||||
# source = "/share/appdata/syncthing/Camera"
|
||||
# type = "bind"
|
||||
# }
|
||||
#
|
||||
# mounts {
|
||||
# target = "/photoprism/originals/capture-one-variants"
|
||||
# source = "/share/CaptureOne/Variants"
|
||||
# type = "bind"
|
||||
# }
|
||||
|
||||
mounts {
|
||||
target = "/photoprism/storage"
|
||||
source = "/share/appdata/photoprism/storage"
|
||||
|
||||
Reference in New Issue
Block a user