migrate to compose-projects folder and init repo

This commit is contained in:
2025-08-13 22:47:11 -03:00
commit a08c8cc7fa
33 changed files with 1873 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
services:
filebrowser:
image: filebrowser/filebrowser
container_name: filebrowser
user: "1000:1002"
ports:
- 8686:80
volumes:
- /mnt/christoph:/srv/christoph
- /mnt/Public:/srv/Public
- ./database.db:/database.db
- ./settings.json:/.settings.json
- ./branding:/branding
restart: unless-stopped