chore(deps): update jeessy/ddns-go docker tag to v6.16.0 (localApps) (#4392)
This commit is contained in:
3
apps/ddns-go/6.16.0/.env.sample
Normal file
3
apps/ddns-go/6.16.0/.env.sample
Normal file
@@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="ddns-go"
|
||||
PANEL_APP_PORT_HTTP="9876"
|
||||
DATA_PATH="./data"
|
||||
23
apps/ddns-go/6.16.0/data.yml
Normal file
23
apps/ddns-go/6.16.0/data.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "9876"
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
label:
|
||||
en: Port
|
||||
zh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "./data"
|
||||
disabled: true
|
||||
envKey: DATA_PATH
|
||||
labelEn: Data Path
|
||||
labelZh: 数据路径
|
||||
label:
|
||||
en: Data Path
|
||||
zh: 数据路径
|
||||
required: true
|
||||
type: text
|
||||
10
apps/ddns-go/6.16.0/docker-compose.yml
Normal file
10
apps/ddns-go/6.16.0/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
ddns-go:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
network_mode: "host"
|
||||
volumes:
|
||||
- "${DATA_PATH}:/root"
|
||||
image: jeessy/ddns-go:v6.16.0
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
Reference in New Issue
Block a user