chore(deps): update dockware/play docker tag to v6.7.2.2 (#1714)
This commit is contained in:
10
apps/shopware-dockware/6.7.2.2/data.yml
Normal file
10
apps/shopware-dockware/6.7.2.2/data.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
25
apps/shopware-dockware/6.7.2.2/docker-compose.yml
Normal file
25
apps/shopware-dockware/6.7.2.2/docker-compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
dockware:
|
||||
image: dockware/play:6.7.2.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
expose:
|
||||
- 3306
|
||||
- 9999
|
||||
- 9998
|
||||
- 8888
|
||||
- 22
|
||||
- 443
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- XDEBUG_ENABLED=0
|
||||
Reference in New Issue
Block a user