Processed apps directory via GitHub Actions
This commit is contained in:
@@ -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
appstore/shopware-dockware/6.7.1.2/.env
Normal file
3
appstore/shopware-dockware/6.7.1.2/.env
Normal 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 |
@@ -1,6 +0,0 @@
|
||||
# 数据持久化路径 [必填]
|
||||
DOCKWARE_ROOT_PATH=/home/dockware
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
@@ -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
dockge/shopware-dockware/.env
Normal file
3
dockge/shopware-dockware/.env
Normal 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
|
||||
@@ -1,6 +0,0 @@
|
||||
# 数据持久化路径 [必填]
|
||||
DOCKWARE_ROOT_PATH=/home/dockware
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
Reference in New Issue
Block a user