Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-05 09:30:16 +00:00
parent e5b590bc11
commit 7972c966ff
21 changed files with 9 additions and 20 deletions
@@ -9,7 +9,7 @@ services:
- .env
environment:
- TZ=Asia/Shanghai
image: cloudreve/cloudreve:4.3.0
image: cloudreve/cloudreve:4.4.0
labels:
createdBy: Apps
networks:
+3
View File
@@ -0,0 +1,3 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
@@ -1,12 +1,5 @@
additionalProperties:
formFields:
- default: "/home/dockware"
edit: true
envKey: DOCKWARE_ROOT_PATH
labelZh: 数据持久化路径
labelEn: Data persistence path
required: true
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
@@ -3,7 +3,7 @@ networks:
external: true
services:
dockware:
container_name: shopware
container_name: shopware-dockware
env_file:
- ./envs/global.env
- .env
@@ -25,6 +25,3 @@ services:
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
volumes:
- ${DOCKWARE_ROOT_PATH}/mysql:/var/lib/mysql
- ${DOCKWARE_ROOT_PATH}/html:/var/www/html
@@ -37,6 +37,8 @@ Shopware 6 是一个开放的无头商务平台
> Host: localhost
>
> Port: 1025
>
> ## 该版本无法持久化数据!!!
## 简介
@@ -1,6 +1,6 @@
additionalProperties:
key: shopware
name: ShopWare
key: shopware-dockware
name: ShopWare (Dockware版)
tags:
- WebSite
- Local

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

-6
View File
@@ -1,6 +0,0 @@
# 数据持久化路径 [必填]
DOCKWARE_ROOT_PATH=/home/dockware
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080