[+] Template: FileBrowser
🆕 **New Template**: -> ℹ️ **FileBrowser**: FileBrowser simplifies file and folder management on various storage systems.
This commit is contained in:
parent
722ff15fbd
commit
57267c3ee0
20
templates/compose/filebrowser.yaml
Normal file
20
templates/compose/filebrowser.yaml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# documentation: https://filebrowser.org/configuration
|
||||||
|
# slogan: FileBrowser simplifies file and folder management on various storage systems.
|
||||||
|
# tags: file-management, storage-access, data-organization, file-utilization, administration-tool
|
||||||
|
|
||||||
|
services:
|
||||||
|
filebrowser:
|
||||||
|
image: filebrowser/filebrowser:latest
|
||||||
|
environment:
|
||||||
|
- SERVICE_FQDN_FILEBROWSER
|
||||||
|
- PUID=1000
|
||||||
|
- PGID=1000
|
||||||
|
volumes:
|
||||||
|
- filebrowser-srv:/srv
|
||||||
|
- filebrowser-database:/database/filebrowser.db
|
||||||
|
- filebrowser-config:/config/settings.json
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "curl", "-f", "http://localhost:80"]
|
||||||
|
interval: 2s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 15
|
Loading…
x
Reference in New Issue
Block a user