| ... | ... | @@ -145,10 +145,16 @@ services: |
| 145 | 145 | - "CLOVER_FILE_RAW=/published" |
| 146 | 146 | - "CLOVER_FILE_DERIVED=/data/derived" |
| 147 | 147 | - "CLOVER_SOT_KEY=${CLOVER_SOT_KEY}" |
| 148 | - "CLOVER_INDEX_CORES=12" |
| 149 | deploy: |
| 150 | resources: |
| 151 | limits: |
| 152 | cpus: "16.0" |
| 148 | 153 | restart: unless-stopped |
| 149 | 154 | volumes: |
| 150 | 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 | 158 | healthcheck: |
| 153 | 159 | test: ["CMD", "curl", "-f", "http://localhost:80"] |
| 154 | 160 | interval: 10s |