feat: more services

file browser, n8n, portainer, syncthing, uptime-kuma, watchtower
This commit is contained in:
SauravDhakal
2026-03-30 22:39:23 +05:45
parent 3f850d5734
commit 1f843fabf7
7 changed files with 103 additions and 0 deletions

12
services/filebrowser.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
filebrowser:
image: filebrowser/filebrowser:latest
restart: unless-stopped
user: "1000:1000"
ports:
- "127.0.0.1:8083:80"
volumes:
- /home/saurav/hetzner_self/data:/srv/data
- /home/saurav/cloud:/srv/cloud
- /home/saurav/hetzner_self/filebrowser/filebrowser.db:/database/filebrowser.db
- /home/saurav/hetzner_self/filebrowser/settings.json:/config/settings.json