updated app templates

This commit is contained in:
2026-02-14 13:39:44 +01:00
parent 1deacc08cb
commit 6d7e64da93
20 changed files with 609 additions and 207 deletions
+7 -3
View File
@@ -1,9 +1,9 @@
# FileBrowser - Simple Web File Manager
# Domain: files.${DOMAIN}
# Database: None (file-based)
# RAM: ~30MB | Pi-compatible: Yes
# RAM: ~30MB (mem_limit: 128M) | Pi-compatible: Yes
#
# Environment variables (set in Portainer):
# Environment variables:
# DOMAIN - Your domain (e.g., demo-felhom.eu)
# HDD_PATH - HDD mount path (e.g., /mnt/hdd_1)
#
@@ -28,6 +28,10 @@ services:
- filebrowser_config:/database
networks:
- traefik-public
deploy:
resources:
limits:
memory: 128M
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://localhost:80/health"]
interval: 30s
@@ -47,4 +51,4 @@ volumes:
networks:
traefik-public:
external: true
external: true