Updates
Change upload limits for photoprism
This commit is contained in:
Generated
+4
-1
@@ -2,7 +2,10 @@
|
|||||||
<module type="JAVA_MODULE" version="4">
|
<module type="JAVA_MODULE" version="4">
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
<exclude-output />
|
<exclude-output />
|
||||||
<content url="file://$MODULE_DIR$" />
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.terraform" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/core-os-podman/.terraform" />
|
||||||
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
</component>
|
</component>
|
||||||
|
|||||||
@@ -18,7 +18,9 @@ resource "docker_container" "photoprism-tineke" {
|
|||||||
"PHOTOPRISM_DATABASE_NAME=photoprism_tineke",
|
"PHOTOPRISM_DATABASE_NAME=photoprism_tineke",
|
||||||
"PHOTOPRISM_DATABASE_USER=photoprism",
|
"PHOTOPRISM_DATABASE_USER=photoprism",
|
||||||
"PHOTOPRISM_DATABASE_PASSWORD=YL43KVRekqUjbgPLGzz",
|
"PHOTOPRISM_DATABASE_PASSWORD=YL43KVRekqUjbgPLGzz",
|
||||||
"PHOTOPRISM_AUTO_IMPORT=60"
|
"PHOTOPRISM_AUTO_IMPORT=60",
|
||||||
|
"PHOTOPRISM_ORIGINALS_LIMIT=-1",
|
||||||
|
"PHOTOPRISM_UPLOAD_LIMIT=-1"
|
||||||
]
|
]
|
||||||
|
|
||||||
volumes {
|
volumes {
|
||||||
|
|||||||
@@ -27,7 +27,9 @@ resource "docker_container" "photoprism" {
|
|||||||
"PHOTOPRISM_DATABASE_NAME=photoprism",
|
"PHOTOPRISM_DATABASE_NAME=photoprism",
|
||||||
"PHOTOPRISM_DATABASE_USER=photoprism",
|
"PHOTOPRISM_DATABASE_USER=photoprism",
|
||||||
"PHOTOPRISM_DATABASE_PASSWORD=YL43KVRekqUjbgPLGzz",
|
"PHOTOPRISM_DATABASE_PASSWORD=YL43KVRekqUjbgPLGzz",
|
||||||
"PHOTOPRISM_AUTO_IMPORT=60"
|
"PHOTOPRISM_AUTO_IMPORT=60",
|
||||||
|
"PHOTOPRISM_ORIGINALS_LIMIT=-1",
|
||||||
|
"PHOTOPRISM_UPLOAD_LIMIT=-1"
|
||||||
]
|
]
|
||||||
|
|
||||||
volumes {
|
volumes {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user