chore(deps): update filebrowser/filebrowser docker tag to v2.30.0 (#1447)

* chore(deps): update filebrowser/filebrowser docker tag to v2.30.0

* Update app version [skip ci]

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot]
2024-05-20 11:11:27 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent 9bb1114831
commit e8f31af363
4 changed files with 1 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 40071
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP端口
required: true
rule: paramPort
type: number
- default: ./data/mnt
edit: true
envKey: MOUNT_PATH
labelEn: Mount folder path
labelZh: 挂载文件夹路径
required: true
type: text
@@ -0,0 +1,8 @@
{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database.db",
"root": "/srv"
}
@@ -0,0 +1,18 @@
services:
filebrowser:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- "${MOUNT_PATH}:/srv"
- "./data/database.db:/database.db"
- "./data/.filebrowser.json:/.filebrowser.json"
image: filebrowser/filebrowser:v2.30.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true