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
volumes:
- pinchflat_config:/config
- pinchflat_downloads:/downloads
- /mnt/hidrive/users/valknar/Downloads/pinchflat:/downloads
environment:
TZ: ${TIMEZONE:-Europe/Berlin}
JOURNAL_MODE: delete
networks:
- compose_network
labels:
@@ -103,8 +104,6 @@ volumes:
name: ${MEDIA_COMPOSE_PROJECT_NAME}_filestash_data
pinchflat_config:
name: ${MEDIA_COMPOSE_PROJECT_NAME}_pinchflat_config
pinchflat_downloads:
name: ${MEDIA_COMPOSE_PROJECT_NAME}_pinchflat_downloads
networks:
compose_network: