Change upload limits for photoprism
This commit is contained in:
Rescla
2026-04-02 20:02:09 +02:00
parent d0e80c4825
commit 535ce03d92
5 changed files with 12 additions and 5 deletions
+4 -1
View File
@@ -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>
+3 -1
View File
@@ -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 {
+3 -1
View File
@@ -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