Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-08-05 09:30:14 +00:00
parent d1d28a9a64
commit 750c0178c4
27 changed files with 14 additions and 31 deletions
+1 -1
View File
@@ -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
@@ -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
-6
View File
@@ -1,6 +0,0 @@
# 数据持久化路径 [必填]
DOCKWARE_ROOT_PATH=/home/dockware
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080