mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Delete appstore directory
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
# 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=7070
|
||||
|
||||
# 数据持久化 根路径 [必填]
|
||||
YARR_ROOT_PATH=/home/yarr
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7070
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "/home/yarr"
|
||||
edit: true
|
||||
envKey: YARR_ROOT_PATH
|
||||
labelEn: Root Path
|
||||
labelZh: 数据持久化 根路径
|
||||
required: true
|
||||
type: text
|
||||
@@ -1,16 +0,0 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
bark:
|
||||
container_name: yarr
|
||||
image: qyg2297248353/yarr:v2.4.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:7070
|
||||
restart: always
|
||||
volumes:
|
||||
- ${YARR_ROOT_PATH}/data:/data
|
||||
@@ -1,2 +0,0 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
@@ -1,2 +0,0 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f .env ]]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo ".env not found."
|
||||
fi
|
||||
@@ -1,10 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f .env ]]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo ".env not found."
|
||||
fi
|
||||
Reference in New Issue
Block a user