(refactor) Remove env files and scripts, update config files
This commit is contained in:
17
apps/yarr/2.5/data.yml
Normal file
17
apps/yarr/2.5/data.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7070
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "./data"
|
||||
edit: true
|
||||
envKey: YARR_ROOT_PATH
|
||||
labelEn: Root Path
|
||||
labelZh: 数据持久化 根路径
|
||||
required: true
|
||||
type: text
|
||||
17
apps/yarr/2.5/docker-compose.yml
Normal file
17
apps/yarr/2.5/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
bark:
|
||||
image: ghcr.io/nkanaev/yarr:v2.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:7070
|
||||
volumes:
|
||||
- ${YARR_ROOT_PATH}/data:/data
|
||||
Reference in New Issue
Block a user