1
0

Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2024-12-12 17:03:32 +00:00
parent a6332c32b8
commit 292c62cf8f
3 changed files with 0 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,16 @@
additionalProperties:
formFields:
- default: 40212
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
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:2.41.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true