Revert "perf: use local volume for Pinchflat downloads instead of WebDAV"

This reverts commit 5f2fb12436.
This commit is contained in:
2025-11-20 15:34:11 +01:00
parent 5f2fb12436
commit d583015d2b

View File

@@ -70,9 +70,10 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- pinchflat_config:/config - pinchflat_config:/config
- pinchflat_downloads:/downloads - /mnt/hidrive/users/valknar/Downloads/pinchflat:/downloads
environment: environment:
TZ: ${TIMEZONE:-Europe/Berlin} TZ: ${TIMEZONE:-Europe/Berlin}
JOURNAL_MODE: delete
networks: networks:
- compose_network - compose_network
labels: labels:
@@ -103,8 +104,6 @@ volumes:
name: ${MEDIA_COMPOSE_PROJECT_NAME}_filestash_data name: ${MEDIA_COMPOSE_PROJECT_NAME}_filestash_data
pinchflat_config: pinchflat_config:
name: ${MEDIA_COMPOSE_PROJECT_NAME}_pinchflat_config name: ${MEDIA_COMPOSE_PROJECT_NAME}_pinchflat_config
pinchflat_downloads:
name: ${MEDIA_COMPOSE_PROJECT_NAME}_pinchflat_downloads
networks: networks:
compose_network: compose_network: