chore(deps): update mattermost/focalboard docker tag to v7.11.4 (#560)

* chore(deps): update mattermost/focalboard docker tag to v7.11.4

* 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]
2023-11-03 21:38:55 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent cc519d6aff
commit fe53127d54
4 changed files with 1 additions and 1 deletions
+23
View File
@@ -0,0 +1,23 @@
version: '3'
services:
focalboard:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8000"
volumes:
- "./data/config.json:/opt/focalboard/config.json" #sqlite
#- "./data/postgres-config.json:/opt/focalboard/config.json" #postgres,需要修改对应数据库信息
- fbdata:/opt/focalboard/data
image: mattermost/focalboard:7.11.4
labels:
createdBy: "Apps"
volumes:
fbdata:
networks:
1panel-network:
external: true