chore(deps): update bladex/sentinel-dashboard docker tag to v1.8.8 (#2333)

* chore(deps): update bladex/sentinel-dashboard docker tag to v1.8.8

* 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-10-22 16:36:36 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> github-action update-app-version
parent c36aeae522
commit 615f64916f
2 changed files with 1 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 8858
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web port
labelZh: Web 端口
required: true
rule: paramPort
type: number
- default: 8719
edit: true
envKey: PANEL_APP_PORT_COMMUNICATION
labelEn: Communication port
labelZh: 通讯端口
required: true
rule: paramPort
type: number
@@ -0,0 +1,15 @@
services:
sentinel-dashboard:
image: bladex/sentinel-dashboard:1.8.8
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8858
- ${PANEL_APP_PORT_COMMUNICATION}:8719
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true