Update hoarder/docker-compose.yml

Change for local data storage
This commit is contained in:
2026-04-14 13:51:05 +01:00
parent b3b698355f
commit 313580a10c

View File

@@ -6,7 +6,7 @@ services:
# By default, the data is stored in a docker volume called "data".
# If you want to mount a custom directory, change the volume mapping to:
# - /path/to/your/directory:/data
- /mnt/cephfs/docker/hoarder/data:/data
- /data/docker/hoarder/data:/data
ports:
- 3200:3000
environment:
@@ -43,5 +43,5 @@ services:
MEILI_MASTER_KEY: quoK8t8zoTPOJfcF4Fw9hg44IyhyqreS
NEXTAUTH_URL: http://localhost:3000
volumes:
- /mnt/cephfs/docker/hoarder/meili:/meili_data
- /data/docker/hoarder/meili:/meili_data