Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-07-16 06:35:16 +00:00
parent aff1cc09de
commit ee598fa731
34 changed files with 191 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
+27
View File
@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
excalidraw:
container_name: excalidraw
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
healthcheck:
disable: true
test:
- CMD
- curl
- -f
- http://localhost
image: excalidraw/excalidraw:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
stdin_open: true
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- database__client=mysql
- mail__options__service=Email
- mail__options__secure=true
image: ghost:5.129.2
image: ghost:5.130.0
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -7,7 +7,7 @@ services:
env_file:
- ./envs/global.env
- .env
image: huolalatech/page-spy-web:v2.3.3
image: huolalatech/page-spy-web:v2.4.0
labels:
createdBy: Apps
networks: