Files
my-umbrel-app-store/my-filebrowser-quantum/docker-compose.yml
2026-01-11 15:19:57 +01:00

19 lines
626 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: my-filebrowser-quantum_web_1
APP_PORT: 80
web:
image: ghcr.io/gtsteffaniak/filebrowser:1.1.0-stable@sha256:3db0a5ebde84ff1de72c93f776495089e79f3e710e931687c1a720c162e32a20
restart: on-failure
environment:
FILEBROWSER_ADMIN_PASSWORD: "change-me"
FILEBROWSER_CONFIG: "/home/filebrowser/data/config.yaml"
TZ: "Europe/Amsterdam"
volumes:
- ${UMBREL_ROOT}/data/storage:/storage # your files (unchanged, good)
- ${APP_DATA_DIR}/data:/home/filebrowser/data # single mount for config + database + cache/tmp