1
0

chore(deps): update bellamy/wallos docker tag to v4.6.2 (localApps) (#4351)

This commit is contained in:
renovate[bot]
2026-03-06 01:06:47 +00:00
committed by GitHub
parent 2bba3394f3
commit ab0aa45ef9
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
CONTAINER_NAME="wallos"
PANEL_APP_PORT_HTTP="40212"
TIME_ZONE="Asia/Shanghai"

View File

@@ -0,0 +1,22 @@
additionalProperties:
formFields:
- default: 40212
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
label:
en: Port
zh: 端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
label:
en: Time zone
zh: 时区
required: true

View File

@@ -0,0 +1,20 @@
services:
wallos:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
volumes:
- ./data/db:/var/www/html/db
- ./data/logos:/var/www/html/images/uploads/logos
environment:
- TZ=${TIME_ZONE}
image: bellamy/wallos:4.6.2
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true