chore(deps): update bellamy/wallos docker tag to v4.6.2 (localApps) (#4351)
This commit is contained in:
3
apps/wallos/4.6.2/.env.sample
Normal file
3
apps/wallos/4.6.2/.env.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="wallos"
|
||||
PANEL_APP_PORT_HTTP="40212"
|
||||
TIME_ZONE="Asia/Shanghai"
|
||||
22
apps/wallos/4.6.2/data.yml
Normal file
22
apps/wallos/4.6.2/data.yml
Normal 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
|
||||
20
apps/wallos/4.6.2/docker-compose.yml
Normal file
20
apps/wallos/4.6.2/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user