feat: Add new Portainer stacks, setup scripts, and configurations for various services including filebrowser, paperless, and firefly.

This commit is contained in:
2026-02-22 11:53:11 -05:00
commit 33ddf7705e
28 changed files with 1164 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: "3"
services:
filebrowser:
image: hurlenko/filebrowser
user: "1042:65538"
container_name: filebrowser
restart: unless-stopped
ports:
- 3020:8080
volumes:
- /volume1/docker/filebrowser/data:/data
- /volume1/docker/filebrowser/config:/config
environment:
- FB_BASEURL=/filebrowser