renamed old filebrowser and configured filebrowser quantum

This commit is contained in:
2026-04-24 00:24:54 +00:00
parent 8143cc2365
commit 883fc5a0d0
5 changed files with 27 additions and 14 deletions
Executable → Regular
+8 -14
View File
@@ -1,19 +1,13 @@
services:
filebrowser:
image: gtstef/filebrowser:stable
container_name: filebrowser
image: filebrowser/filebrowser:latest
networks:
- reverse-proxy
environment:
- "FILEBROWSER_CONFIG=data/config.yaml" # using our config file at ./data/config.yaml
ports:
- 8484:80
restart: always
- 8900:80
restart: unless-stopped
volumes:
- ${DOCKER_CONFIGS}/config/filebrowser.db:/database/filebrowser.db
- ${DOCKER_CONFIGS}/config/.filebrowser.json:/.filebrowser.json
- ${DOCKER_CONFIGS}/files:/srv
- ${STORAGE_DIR}:/storage
networks:
reverse-proxy:
name: reverse-proxy
external: true
- ./data:/home/filebrowser/data
- ./files:/files
- /mnt/storage:/storage