Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-06-20 18:30:33 +00:00
parent c063165f70
commit 082940dafd
100 changed files with 398 additions and 18 deletions
+21
View File
@@ -0,0 +1,21 @@
networks:
1panel-network:
external: true
services:
cloudreve:
container_name: cloudreve
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
image: loudreve/cloudreve:4.0.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5212
restart: always
volumes:
- ${CLOUDREVE_ROOT_PATH}/data:/cloudreve/data