add docker compose files

This commit is contained in:
2024-11-14 14:10:22 +01:00
commit 749e9898e2
34 changed files with 717 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
services:
filebrowser:
container_name: filebrowser
image: filebrowser/filebrowser:v2.1.0
ports:
- 8002:80
restart: unless-stopped
volumes:
- /opt/filebrowser/.filebrowser.json:/.filebrowser.json
- /opt/filebrowser/database.db:/database.db
- /mnt/yotta/helium/personal:/host/media/Personal
- /mnt/yotta/helium/shared:/host/media/Shared
- /mnt/yotta/neon:/host/media/Other
- /mnt/yotta/krypton:/host/media/Video