mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: cloudreve/cloudreve:4.3.0
|
image: cloudreve/cloudreve:4.4.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# WebUI 端口 [必填]
|
||||||
|
PANEL_APP_PORT_HTTP=8080
|
||||||
|
|
||||||
@@ -1,12 +1,5 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
formFields:
|
formFields:
|
||||||
- default: "/home/dockware"
|
|
||||||
edit: true
|
|
||||||
envKey: DOCKWARE_ROOT_PATH
|
|
||||||
labelZh: 数据持久化路径
|
|
||||||
labelEn: Data persistence path
|
|
||||||
required: true
|
|
||||||
type: text
|
|
||||||
- default: 8080
|
- default: 8080
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
+1
-4
@@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
dockware:
|
dockware:
|
||||||
container_name: shopware
|
container_name: shopware-dockware
|
||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
@@ -25,6 +25,3 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
restart: always
|
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
|
> Host: localhost
|
||||||
>
|
>
|
||||||
> Port: 1025
|
> Port: 1025
|
||||||
|
>
|
||||||
|
> ## 该版本无法持久化数据!!!
|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
|
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
additionalProperties:
|
additionalProperties:
|
||||||
key: shopware
|
key: shopware-dockware
|
||||||
name: ShopWare
|
name: ShopWare (Dockware版)
|
||||||
tags:
|
tags:
|
||||||
- WebSite
|
- WebSite
|
||||||
- Local
|
- 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 |
@@ -1,6 +0,0 @@
|
|||||||
# 数据持久化路径 [必填]
|
|
||||||
DOCKWARE_ROOT_PATH=/home/dockware
|
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
|
||||||
PANEL_APP_PORT_HTTP=8080
|
|
||||||
|
|
||||||
@@ -9,7 +9,7 @@ services:
|
|||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: cloudreve/cloudreve:4.3.0
|
image: cloudreve/cloudreve:4.4.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
# WebUI 端口 [必填]
|
||||||
|
PANEL_APP_PORT_HTTP=8080
|
||||||
|
|
||||||
+1
-4
@@ -3,7 +3,7 @@ networks:
|
|||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
dockware:
|
dockware:
|
||||||
container_name: shopware
|
container_name: shopware-dockware
|
||||||
env_file:
|
env_file:
|
||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
@@ -25,6 +25,3 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
|
||||||
- ${DOCKWARE_ROOT_PATH}/mysql:/var/lib/mysql
|
|
||||||
- ${DOCKWARE_ROOT_PATH}/html:/var/www/html
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
# 数据持久化路径 [必填]
|
|
||||||
DOCKWARE_ROOT_PATH=/home/dockware
|
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
|
||||||
PANEL_APP_PORT_HTTP=8080
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user