1
0

chore(deps): update hamster1963/nezha-dash docker tag to v3.1.8 (#3522)

This commit is contained in:
renovate[bot]
2026-01-17 17:24:45 +00:00
committed by GitHub
parent 4ee7054da4
commit e0dea927ed
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
services:
nezha-dash:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- NezhaBaseUrl=${NEZHA_BASE_URL}
- NezhaAuth=${NEZHA_AUTH}
- DefaultLocale=${DEFAULT_LOCALE}
- ForceShowAllServers=${ForceShowAllServers}
- NEXT_PUBLIC_NezhaFetchInterval=${NEXT_PUBLIC_NezhaFetchInterval}
- NEXT_PUBLIC_ShowFlag=${NEXT_PUBLIC_ShowFlag}
- NEXT_PUBLIC_DisableCartoon=${NEXT_PUBLIC_DisableCartoon}
- NEXT_PUBLIC_ShowTag=${NEXT_PUBLIC_ShowTag}
- NEXT_PUBLIC_ShowNetTransfer=${NEXT_PUBLIC_ShowNetTransfer}
- NEXT_PUBLIC_ForceUseSvgFlag=${NEXT_PUBLIC_ForceUseSvgFlag}
- NEXT_PUBLIC_CustomLogo=${NEXT_PUBLIC_CustomLogo}
- NEXT_PUBLIC_CustomTitle=${NEXT_PUBLIC_CustomTitle}
- NEXT_PUBLIC_CustomDescription=${NEXT_PUBLIC_CustomDescription}
image: "hamster1963/nezha-dash:v3.1.8"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true