You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
534 B
20 lines
534 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: file-browser_server_1
|
|
APP_PORT: 80
|
|
|
|
server:
|
|
image: filebrowser/filebrowser:v2.31.2@sha256:a4da9ca8364b0a1fc5dd36f7add92582bf673c0ae0bda8dd9bd13062c41d1715
|
|
user: "1000:1000"
|
|
restart: on-failure
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data/filebrowser.db:/database/filebrowser.db
|
|
- ${UMBREL_ROOT}/data/storage:/data
|
|
environment:
|
|
- FB_PORT=80
|
|
- FB_DATABASE=/database/filebrowser.db
|
|
- FB_ROOT=/data
|
|
- FB_NOAUTH=true
|