renamed old filebrowser and configured filebrowser quantum
This commit is contained in:
Executable → Regular
+8
-14
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user