15 lines
471 B
YAML
15 lines
471 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
|
|
volumes:
|
|
- ${UMBREL_ROOT}/data/storage:/storage # your files (unchanged, good)
|
|
- ${APP_DATA_DIR}/data:/home/filebrowser/data # single mount for config + database + cache/tmp
|