2023-10-27 10:21:14 +00:00
# documentation: https://filebrowser.org/configuration
2023-10-27 10:23:16 +00:00
# slogan: FileBrowser is a self-hosted, web-based file manager and file explorer with a user-friendly interface. It allows you to manage and organize your files and directories directly from your web browser.
2023-10-27 10:21:14 +00:00
# tags: file-management, storage-access, data-organization, file-utilization, administration-tool
services :
filebrowser :
2024-02-14 09:14:14 +00:00
image : filebrowser/filebrowser:latest
2023-10-27 10:21:14 +00:00
environment :
- SERVICE_FQDN_FILEBROWSER
volumes :
2024-02-14 09:14:14 +00:00
- type : bind
source : ./srv
target : /srv
isDirectory : true
- ./database.db:/database.db
2024-02-14 09:31:05 +00:00
- type : bind
source : ./filebrowser.json
target : /.filebrowser.json
read_only : true
content : "{}"
2023-10-27 10:21:14 +00:00
healthcheck :
test : [ "CMD" , "curl" , "-f" , "http://localhost:80" ]
interval : 2s
timeout : 10s
retries : 15