coolify/templates/compose/filebrowser.yaml

22 lines
792 B
YAML
Raw Normal View History

# documentation: https://filebrowser.org/configuration
2023-10-27 12:23:16 +02: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.
# tags: file-management, storage-access, data-organization, file-utilization, administration-tool
services:
filebrowser:
image: filebrowser/filebrowser:latest
environment:
- SERVICE_FQDN_FILEBROWSER
volumes:
- type: bind
source: ./srv
target: /srv
isDirectory: true
- ./database.db:/database.db
- ./filebrowser.json:/.filebrowser.json
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"]
interval: 2s
timeout: 10s
retries: 15