chore(deps): update lkw199711/smanga-nodejs docker tag to v4.2.80 (#4095)
This commit is contained in:
43
apps/smanga/4.2.80/data.yml
Normal file
43
apps/smanga/4.2.80/data.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: SMANGA_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
label:
|
||||
en: Data persistence path
|
||||
zh: 数据持久化路径
|
||||
required: true
|
||||
type: text
|
||||
- default: "./compressed"
|
||||
edit: true
|
||||
envKey: SMANGA_COMPRESS_PATH
|
||||
labelZh: 压缩包解压目录,请挂在到对容量有信心的硬盘上
|
||||
labelEn: Compressed package decompression path
|
||||
label:
|
||||
en: Compressed package decompression path
|
||||
zh: 压缩包解压目录,请挂在到对容量有信心的硬盘上
|
||||
required: true
|
||||
type: text
|
||||
- default: 9797
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
label:
|
||||
en: WebUI port
|
||||
zh: WebUI 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: HTTP_PROXY
|
||||
labelZh: HTTP(s) 网络代理
|
||||
labelEn: HTTP(s) Proxy
|
||||
label:
|
||||
en: HTTP(s) Proxy
|
||||
zh: HTTP(s) 网络代理
|
||||
required: false
|
||||
type: text
|
||||
23
apps/smanga/4.2.80/docker-compose.yml
Normal file
23
apps/smanga/4.2.80/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
smanga:
|
||||
image: lkw199711/smanga-nodejs:4.2.80
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:9797
|
||||
volumes:
|
||||
- ${SMANGA_ROOT_PATH}/data:/data
|
||||
- ${SMANGA_COMPRESS_PATH}:/compress
|
||||
- ${SMANGA_ROOT_PATH}/config:/config
|
||||
- ${SMANGA_ROOT_PATH}/mysql:/var/lib/mysql
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
Reference in New Issue
Block a user