authorgravatar for git@paperclover.netclover caruso <git@paperclover.net> 2026-06-11 01:26:18-07:00
committergravatar for git@paperclover.netclover caruso <git@paperclover.net> 2026-06-11 01:38:21-07:00
logcb211e895523cbd1075c0c395d2cda15ae2d38dc
tree3314690697d504600b9126004d73762c05f011cf
parentbda913a0867d4195cfd6d2b78d1644a6c3f16f47
signaturebadge-check Signed by SSH key SHA256:xbd+BjjhyBfwk7GVoURf9Yx0gzDerHbvYv7SddNWmAs

chore: deploy new source of truth


1 files changed, 7 insertions(+), 1 deletions(-)

compose.yaml+7-1
...@@ -145,10 +145,16 @@ services:...@@ -145,10 +145,16 @@ services:
145 - "CLOVER_FILE_RAW=/published"145 - "CLOVER_FILE_RAW=/published"
146 - "CLOVER_FILE_DERIVED=/data/derived"146 - "CLOVER_FILE_DERIVED=/data/derived"
147 - "CLOVER_SOT_KEY=${CLOVER_SOT_KEY}"147 - "CLOVER_SOT_KEY=${CLOVER_SOT_KEY}"
148 - "CLOVER_INDEX_CORES=12"
149 deploy:
150 resources:
151 limits:
152 cpus: "16.0"
148 restart: unless-stopped153 restart: unless-stopped
149 volumes:154 volumes:
150 - "$CLOVER_ROOT/Documents/Config/paperclover:/data:rw"155 - "$CLOVER_ROOT/Documents/Config/paperclover:/data:rw"
151 - "$CLOVER_ROOT/Published:/published:ro"156 # rw: the indexer scrubs exif location data in place
157 - "$CLOVER_ROOT/Published:/published:rw"
152 healthcheck:158 healthcheck:
153 test: ["CMD", "curl", "-f", "http://localhost:80"]159 test: ["CMD", "curl", "-f", "http://localhost:80"]
154 interval: 10s160 interval: 10s